FunctionInvokingRealtimeClient.TerminateOnUnknownCalls 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 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.