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
Streaming for OpenAIAgent was added by #788. Attempting to use AnthropicAgent results in the error:
Error: Anthropic does not support streaming
This Error message is a little dubious, because it's clear Anthropic does actually support streaming, so I assume this to be a limitation of the current implementation of agent streaming, in which case the error should be:
Error: LlamaIndex does not yet support streaming for AnthropicAgent
Additionally, I attempted to use ReActAgent streaming with Llama3-70B on Groq. The call seemed to just freeze and never return any results.
Non-streaming works properly for both AnthropicAgent and ReActAgent. I would like to clarify if these are just limitations of the current agent streaming abilities, or if it's actually true that this is not possible with Anthropic.
The text was updated successfully, but these errors were encountered:
Streaming for OpenAIAgent was added by #788. Attempting to use AnthropicAgent results in the error:
Error: Anthropic does not support streaming
This Error message is a little dubious, because it's clear Anthropic does actually support streaming, so I assume this to be a limitation of the current implementation of agent streaming, in which case the error should be:
Error: LlamaIndex does not yet support streaming for AnthropicAgent
Additionally, I attempted to use ReActAgent streaming with Llama3-70B on Groq. The call seemed to just freeze and never return any results.
Non-streaming works properly for both AnthropicAgent and ReActAgent. I would like to clarify if these are just limitations of the current agent streaming abilities, or if it's actually true that this is not possible with Anthropic.
The text was updated successfully, but these errors were encountered: