Replies: 2 comments 26 replies
-
@dosu , could you look at my issue above |
Beta Was this translation helpful? Give feedback.
15 replies
-
@dosu how can i ensure my agent executor always invoke the tools and not just answer from previous queries in history , my code
|
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@dosu
Checked other resources
Commit to Help
Example Code
Description
I can successfully invoke the chain but when I trying to invoke my chain with runnable with message history and its throwing this error
400 Unable to submit request because it must include at least one parts field, which describes the prompt input.
.What am i missing here
System Info
langchain==0.3.4
langchain-community==0.3.3
langchain-core==0.3.12
langchain-experimental==0.3.2
langchain-google-vertexai==2.0.5
langchain-text-splitters==0.3.0
llama-index-embeddings-langchain==0.2.1
opentelemetry-instrumentation-langchain==0.33.2
Python 3.11.6
platform(mac)
Beta Was this translation helpful? Give feedback.
All reactions