Why AgentExecutor chain not return final results? #27617
Unanswered
srn-source
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked other resources
Commit to Help
Example Code
Description
Entering new AgentExecutor chain...
{
"tool_calls": [
{"name": "company_information", "arguments": {"ticker": "MSFT"}}
]
}
Above is results that i dont get final answer they just return tool call not finalize text results like "company address is ......"
BTW i use my own model
with chat template llama3
Role: system
Role: user
Role: assistance
Role: tool
System Info
pip install langchain
Beta Was this translation helpful? Give feedback.
All reactions