interface ModelSettings {
    toolChoice?: llm.ToolChoice;
}

Properties

Properties

toolChoice?: llm.ToolChoice