interface ModelSettings {
    toolChoice?: llm.ToolChoice;
}

Properties

Properties

toolChoice?: llm.ToolChoice

The tool choice to use when calling the LLM.