Jaa


FunctionInvokingRealtimeClient.TerminateOnUnknownCalls Property

Definition

Gets or sets a value indicating whether a request to call an unknown function should terminate the function calling loop.

public:
 property bool TerminateOnUnknownCalls { bool get(); void set(bool value); };
public bool TerminateOnUnknownCalls { get; set; }
member this.TerminateOnUnknownCalls : bool with get, set
Public Property TerminateOnUnknownCalls As Boolean

Property Value

true to terminate the function calling loop and return the response if a request to call a tool that isn't available is received; false to create and send a function result message stating that the tool couldn't be found. The default is false.

Applies to