Skip to main content

Module request

Module request 

Source

Re-exports§

pub use chat_completion::ChatCompletionRequest;
pub use message::FunctionCall;
pub use message::Message;
pub use message::Role;
pub use message::ToolCall;
pub use message::ToolType;
pub use model::Model;
pub use response_format::ResponseFormat;
pub use response_format::ResponseFormatType;
pub use stop::Stop;
pub use stream_options::StreamOptions;
pub use thinking::Thinking;
pub use thinking::ThinkingType;
pub use tool::Function;
pub use tool::Tool;
pub use tool_choice::FunctionName;
pub use tool_choice::ToolChoice;
pub use tool_choice::ToolChoiceObject;
pub use tool_choice::ToolChoiceType;

Modules§

chat_completion
message
model
response_format
stop
stream_options
thinking
tool
tool_choice