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

use persona info when creating tool args #4397

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

evan-danswer
Copy link
Contributor

Description

Fixes https://linear.app/danswer/issue/DAN-1634/address-weird-tool-calling-behavior-with-claude-37

How Has This Been Tested?

tests tbd

Backporting (check the box to trigger backport action)

Note: You have to check that the action passes, otherwise resolve the conflicts manually and tag the patches.

  • This PR should be backported (make sure to check that the backport attempt succeeds)
  • [Optional] Override Linear Check

@evan-danswer evan-danswer requested a review from a team as a code owner March 31, 2025 02:46
Copy link

vercel bot commented Mar 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
internal-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2025 1:04am

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

This PR refines tool argument construction by leveraging persona information from the prompt builder to improve both forced and automatic tool calls.

  • In backend/onyx/chat/tool_handling/tool_response_handler.py, get_tool_call_for_non_tool_calling_llm_impl now uses AnswerPromptBuilder to refine the user query.
  • In backend/onyx/chat/process_message.py, prompt assignment now defaults to the first persona prompt if final_msg.prompt is missing; ensure handling of empty or invalid persona.prompts.

2 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

Comment on lines +663 to +800
prompt_config = PromptConfig.from_model(
final_msg.prompt or persona.prompts[0]
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Ensure persona.prompts is non-empty to avoid index errors if final_msg.prompt is falsy.

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.

1 participant