pub type OpenAIModel = CompletionModel;Expand description
Completion model types for each provider
Aliased Type§
pub struct OpenAIModel {
pub model: String,
pub strict_tools: bool,
pub tool_result_array_content: bool,
/* private fields */
}Fields§
§model: String§strict_tools: bool§tool_result_array_content: bool