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
When giving user input it is throwing the error, I have also set the human_input=True
=====## Please provide feedback on the Final Result and the Agent's actions. Respond with 'looks good' or a similar phrase when you're satisfied.=====2025-01-1922:14:51,453-4920-llm.py-llm:187-ERROR: LiteLLMcallfailed: litellm.BadRequestError: VertexAIExceptionBadRequestError- {
"error": {
"code": 400,
"message": "* GenerateContentRequest.contents: contents is not specified\n",
"status": "INVALID_ARGUMENT"
}
}
LiteLLM.Info: Ifyouneedtodebugthiserror, use `litellm.set_verbose=True'.
ErrorduringLLMcalltoclassifyhumanfeedback: litellm.BadRequestError: VertexAIExceptionBadRequestError- {
"error": {
"code": 400,
"message": "* GenerateContentRequest.contents: contents is not specified\n",
"status": "INVALID_ARGUMENT"
}
}
. Retrying... (1/3)
2025-01-1922:14:53,492-4920-llm.py-llm:187-ERROR: LiteLLMcallfailed: litellm.BadRequestError: VertexAIExceptionBadRequestError- {
"error": {
"code": 400,
"message": "* GenerateContentRequest.contents: contents is not specified\n",
"status": "INVALID_ARGUMENT"
}
}
LiteLLM.Info: Ifyouneedtodebugthiserror, use `litellm.set_verbose=True'.
ErrorduringLLMcalltoclassifyhumanfeedback: litellm.BadRequestError: VertexAIExceptionBadRequestError- {
"error": {
"code": 400,
"message": "* GenerateContentRequest.contents: contents is not specified\n",
"status": "INVALID_ARGUMENT"
}
}
. Retrying... (2/3)
2025-01-1922:14:55,492-4920-llm.py-llm:187-ERROR: LiteLLMcallfailed: litellm.BadRequestError: VertexAIExceptionBadRequestError- {
"error": {
"code": 400,
"message": "* GenerateContentRequest.contents: contents is not specified\n",
"status": "INVALID_ARGUMENT"
}
}
LiteLLM.Info: Ifyouneedtodebugthiserror, use `litellm.set_verbose=True'.
ErrorduringLLMcalltoclassifyhumanfeedback: litellm.BadRequestError: VertexAIExceptionBadRequestError- {
"error": {
"code": 400,
"message": "* GenerateContentRequest.contents: contents is not specified\n",
"status": "INVALID_ARGUMENT"
}
}
. Retrying... (3/3)
Errorprocessingfeedbackaftermultipleattempts.
The text was updated successfully, but these errors were encountered:
omarnahdi
changed the title
Gemini throwing bad request error when passing human input, I have also set the human_input=True
Gemini throwing bad request error when passing human input
Jan 19, 2025
When giving user input it is throwing the error, I have also set the human_input=True
The text was updated successfully, but these errors were encountered: