File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ from virtuals_sdk.game import Agent
3838
3939# Create agent with just strings for each component
4040agent = Agent(
41- api_key = VIRTUALS_API_KEY ,
41+ api_key = VIRTUALS_API_KEY ,
4242 goal = " Autonomously analyze crypto markets and provide trading insights" ,
4343 description = " HODL-9000: A meme-loving trading bot powered by hopium and ramen" ,
4444 world_info = " Virtual crypto trading environment where 1 DOGE = 1 DOGE"
@@ -120,8 +120,8 @@ for i in range(num_steps):
120120``` python
121121# Simulate response to a certain event
122122response = agent.react(
123- session_id = " 567" , # string identifier that you decide
124- tweet_id = " xxxx" ,
123+ session_id = " 567" , # string identifier that you decide
124+ tweet_id = " xxxx" ,
125125 platform = " twitter" ,
126126)
127127```
You can’t perform that action at this time.
0 commit comments