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

[agent_farm] order fallbacks for tool use invocation properly (Run ID: codestoryai_sidecar_issue_2069_49769977) #2071

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

Conversation

theskcd
Copy link
Contributor

@theskcd theskcd commented Feb 17, 2025

agent_instance: codestoryai_sidecar_issue_2069_49769977 Tries to fix: #2069

🔧 Bug Fix: Reordered fallback mechanism in tool use invocation

  • Updated: Fallback sequence in tool_use_agent.rs to follow the correct order: Sonnet 3.5 → Gemini 2.0 Flash → Gemini 1.5 Pro → GPT 4.0
  • Verified: Changes with cargo check to ensure proper compilation

The fix ensures consistent behavior when primary model fails, maintaining robust tool execution with proper model fallback ordering. Ready for review! 👀

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.

[agent_farm] order fallbacks for tool use invocation properly
1 participant