Skip to content

Variable: ProtocolIdSchema

Makaio Framework


Makaio Framework / contracts / ProtocolIdSchema

const ProtocolIdSchema: ZodEnum<{ anthropic: "anthropic"; openai: "openai"; }>

Defined in: ../../../packages/contracts/src/provider/definition.ts:12

Wire protocol identifiers supported by Makaio adapters.

Each value corresponds to an inference wire protocol:

  • 'anthropic' — Anthropic Messages API (streaming via SSE)
  • 'openai' — OpenAI Chat Completions API (streaming via SSE)