Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I extract the code generated? because I want to to generate some code and run and later edited by some human. Maybe later run in another environment.
I tried to use something like:
agent.memory.steps[-1].tool_calls[0].arguments
to get the code, but the problem it is not sure in which step the code really is.Beta Was this translation helpful? Give feedback.
All reactions