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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: