Skip to main content
Anthropic streaming is not supported in the current Averta wrapper. The wrapper fails closed before provider execution for:
  • messages.create({ stream: true })
  • messages.stream(...)
This is intentional. Returning an unchecked stream would make the integration look protected when output checks and rewrites are not running. Use non-streaming client.messages.create(...) when you need Averta request, tool, tool-result, and output checks around Anthropic today.