OpenAIPromptExecutionSettings.ToolCallBehavior Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the behavior for how tool calls are handled.
public Microsoft.SemanticKernel.Connectors.OpenAI.ToolCallBehavior? ToolCallBehavior { get; set; }
member this.ToolCallBehavior : Microsoft.SemanticKernel.Connectors.OpenAI.ToolCallBehavior with get, set
Public Property ToolCallBehavior As ToolCallBehavior