-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
code-executionexecute generated codeexecute generated code
Description
I would like to know how the system determines when to execute the code generated by the language model. I understand that there is a file that parses the generated strings from the model, and if it contains code, the code is extracted and executed. However, I'm unsure about the conditions that trigger this operation. In my application, I have experienced situations where Assistant and User Proxy (auto-reply) modify the code many times but do not execute the code portion.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code-executionexecute generated codeexecute generated code