If I want to an agent to output multiline code, it is hard to use current framework .
that is because the syntax:
Finish [ {"response": "content" } ]
the code should be included in the content, for gpt-3.5 , multiline content inside a json formatted string is error-prone.
If ,the customization code can easily :
- re-parse the llm-output if a action parser fails
- specify other format other than current FinishAction
it will be easier.
If I want to an agent to output multiline code, it is hard to use current framework .
that is because the syntax:
the code should be included in the content, for gpt-3.5 , multiline content inside a json formatted string is error-prone.
If ,the customization code can easily :
it will be easier.