You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If False, the code will be executed in the current environment.
109
109
We strongly recommend using docker for code execution.
110
110
- timeout (Optional, int): The maximum execution time in seconds.
111
-
- last_n_messages (Experimental, Optional, int or str): The number of messages to look back for code execution. If set to 'auto', it will scan backwards through all messages arriving since the agent last spoke, which is typically the last time execution was attempted. (Default: auto)
111
+
- last_n_messages (Experimental, int or str): The number of messages to look back for code execution.
112
+
If set to 'auto', it will scan backwards through all messages arriving since the agent last spoke, which is typically the last time execution was attempted. (Default: auto)
112
113
llm_config (dict or False): llm inference configuration.
113
114
Please refer to [OpenAIWrapper.create](/docs/reference/oai/client#create)
0 commit comments