Skip to main content

Module protocol

Module protocol 

Source
Expand description

Protocol wire types and shared protocol taxonomy.

Re-exports§

pub use operation::ContentGenerationKind;
pub use operation::Endpoint;
pub use operation::HttpMethod;
pub use operation::Operation;
pub use operation::OperationGroup;
pub use operation::OperationKey;
pub use operation::OperationKind;
pub use operation::Provider;
pub use endpoint::*;

Modules§

claude
Claude provider wire models.
endpoint
Target endpoint synthesis (M2): the provider-relative method/path/query a transformed request must hit for a given operation key. Passthrough keeps the inbound target and never calls this.
gemini
Gemini wire model types.
openai
OpenAI provider wire models.
operation
Shared operation taxonomy and endpoint metadata.