Variable: ProtocolIdSchema
Makaio Framework / contracts / ProtocolIdSchema
Variable: ProtocolIdSchema
Section titled “Variable: ProtocolIdSchema”
constProtocolIdSchema: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)