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

ChatResponse cannot get the ToolResponseMessage of the functionCallings that has been executed historically #2031

Open
edynasty opened this issue Jan 3, 2025 · 0 comments

Comments

@edynasty
Copy link

edynasty commented Jan 3, 2025

Current Behavior

ChatResponse does not return a ToolResponseMessage that calls functionCallback

Context

I want to get the execution chain, request parameters and function execution result of the chatModel processing functionCallings, if I can get the execution result, I can do additional processing on the result, for example: query the user, the execution result is directly to the LLM, but I can't get the result of the LLM calling the function

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

No branches or pull requests

1 participant