Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with task_summary breaking if planning=True #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zph
Copy link
Owner

@zph zph commented Mar 2, 2025

With specific definitions of agents the task_summary fails with an error related to t being an invalid format specifyer due to the way the string formatting works in planning_handler.py

This breaks the format of outputs but builds the output in a manner not at risk of breaking due to mixing interpolation styles in python strings.

TODO

  • Find exact error message and create minimum viable reproduction case

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
With specific definitions of agents the task_summary fails with an
error related to `t` being an invalid format specifyer due to the way
the string formatting works in planning_handler.py

This breaks the format of outputs but builds the output in a manner
not at risk of breaking due to mixing interpolation styles in python
strings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant