Skip to content

Commit

Permalink
Increase import_actions_from_memory for NFT agents (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored Jan 20, 2025
1 parent 2189f11 commit 849a345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
class DeployableAgentNFTGameAbstract(DeployableMicrochainAgentAbstract):
# Agent configuration
sleep_between_iterations = 15
import_actions_from_memory = 10
import_actions_from_memory = 100
functions_config = FunctionsConfig(
common_functions=True,
include_messages_functions=True,
Expand Down

0 comments on commit 849a345

Please sign in to comment.