Expand description
Capability identifiers and constructors that gate gateway operations.
Constants§
- AI_
RUNNER_ CACHE_ CAPABILITY - Capability id
ai-runner-cachefor using the AI runner plan cache. - NETWORK_
CAPABILITY - Capability id
networkfor outbound network access. - OPENAI_
GATEWAY_ ADMIN_ CAPABILITY - Capability id
openai-gateway.adminfor gateway administration. - OPENAI_
GATEWAY_ FEDERATE_ CAPABILITY - Capability id
openai-gateway.federatefor federating to peer gateways. - OPENAI_
GATEWAY_ PLAN_ CAPABILITY - Capability id
openai-gateway.planfor local plan execution. - OPENAI_
GATEWAY_ PLAN_ REMOTE_ CAPABILITY - Capability id
openai-gateway.plan.remotefor remote plan execution. - OPENAI_
GATEWAY_ SERVE_ CAPABILITY - Capability id
openai-gateway.servefor serving the OpenAI gateway. - OPENAI_
GATEWAY_ TOOLS_ CAPABILITY - Capability id
openai-gateway.toolsfor invoking gateway tools. - WEBHOOK_
SERVE_ CAPABILITY - Capability id
webhook-servefor serving inbound webhook requests.
Functions§
- ai_
runner_ cache_ capability - Returns the
AI_RUNNER_CACHE_CAPABILITYas aCapabilityName. - network_
capability - Returns the
NETWORK_CAPABILITYas aCapabilityName. - openai_
gateway_ admin_ capability - Returns the
OPENAI_GATEWAY_ADMIN_CAPABILITYas aCapabilityName. - openai_
gateway_ federate_ capability - Returns the
OPENAI_GATEWAY_FEDERATE_CAPABILITYas aCapabilityName. - openai_
gateway_ plan_ capability - Returns the
OPENAI_GATEWAY_PLAN_CAPABILITYas aCapabilityName. - openai_
gateway_ plan_ remote_ capability - Returns the
OPENAI_GATEWAY_PLAN_REMOTE_CAPABILITYas aCapabilityName. - openai_
gateway_ serve_ capabilities - Returns the capability set required to serve the OpenAI gateway: serve, network, and webhook-serve.
- openai_
gateway_ serve_ capability - Returns the
OPENAI_GATEWAY_SERVE_CAPABILITYas aCapabilityName. - openai_
gateway_ tools_ capability - Returns the
OPENAI_GATEWAY_TOOLS_CAPABILITYas aCapabilityName. - webhook_
serve_ capability - Returns the
WEBHOOK_SERVE_CAPABILITYas aCapabilityName.