ToolCallingOptions constructor
const
ToolCallingOptions({})
Implementation
const ToolCallingOptions({
this.tools,
this.maxToolCalls = 5,
this.autoExecute = true,
this.temperature,
this.maxTokens,
this.systemPrompt,
this.replaceSystemPrompt = false,
this.keepToolsAvailable = false,
this.formatName = ToolCallFormatName.defaultFormat,
});