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
Every now and then the AgentWorkflows get a problem when calling tools with bedrock, I can't reproduce this consistently, it happends every now and then
2025-04-14 13:27:28 llama_index.core.workflow.errors.WorkflowRuntimeError: Error in step 'run_agent_step': An error occurred (ValidationException) when calling the ConverseStream operation: The text field in the ContentBlock object at messages.7.content.0 is blank. Add text to the text field, and try again.
Bug Description
Every now and then the AgentWorkflows get a problem when calling tools with bedrock, I can't reproduce this consistently, it happends every now and then
2025-04-14 13:27:28 llama_index.core.workflow.errors.WorkflowRuntimeError: Error in step 'run_agent_step': An error occurred (ValidationException) when calling the ConverseStream operation: The text field in the ContentBlock object at messages.7.content.0 is blank. Add text to the text field, and try again.
Version
llama-index-llms-bedrock-converse = "0.4.15" llama-index-postprocessor-bedrock-rerank = "0.3.0" llama-index-embeddings-bedrock = "0.5.0" llama-index-tools-mcp = "^0.1.0" llama-index = "0.12.28"
Steps to Reproduce
Create AgentWorkflow from tools with base class and call tools with Bedrock converse, it will break eventually
Relevant Logs/Tracbacks
The text was updated successfully, but these errors were encountered: