Open discdiver opened 1 week ago
sorry, what's the issue that you're expressing? i.e. what exactly should be different?
you can disable all the pretty logs with CONTROLFLOW_PRETTY_PRINT_AGENT_EVENTS=0
In previous versions of CF, I did not get dozens of logs. If that can be controlled, by changing the setting CONTROLFLOW_PRETTY_PRINT_AGENT_EVENTS=0
, then I think that should be the default.
Is it performing the same task over and over in those logs? Or are those different calls?
Just ran it again and saw multiple, slightly different calls. For example:
Tool call: "duckduckgo_search" │
│ │
│ Tool args: {'query': 'top business headlines October 20 │
│ 2023'}
Tool call: "duckduckgo_search" │
│ │
│ Tool args: {'query': 'business news October 20 2023'}
Tool call: "duckduckgo_search" │
│ │
│ Tool args: {'query': 'top business news October 20 2023'}
Tool call: "duckduckgo_search" │
│ │
│ Tool args: {'query': 'top business news October 20 2023'} │
│
Tool call: "duckduckgo_search" │
│ │
│ Tool args: {'query': 'business news October 20 2023'}
I would expect a single call.
Also surprised that the LLM thinks the date is Oct. 20, 2023. I could change my code to be explicitly pass today's date in the instructions (don't remember having to do that previously).
Description
Output (truncated a lot due to size) - got a GH error:
There was an error creating your Issue: body is too long (maximum is 65536 characters)
.:Example Code
Version Information
Additional Context
No response