You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(config): remove default.yaml, which paired text prompts with the tool-call model
default.yaml told the model to answer in mswea_bash_command text blocks
and repeated that guidance in its format_error_template, but the default
model class only parses native tool calls, so a model that followed the
prompts could only loop through format errors into RepeatedFormatError.
hello_world.py (the only runtime consumer) now loads mini.yaml; tests
that used default.yaml as their text-format agent config now load
mini_textbased.yaml.
0 commit comments