AIAgentHostOptions.InterceptUnterminatedFunctionCalls 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 FunctionCallContent without a corresponding FunctionResultContent should be intercepted and sent as a message to the workflow for handling, instead of being raised as a request.
public bool InterceptUnterminatedFunctionCalls { get; set; }
member this.InterceptUnterminatedFunctionCalls : bool with get, set
Public Property InterceptUnterminatedFunctionCalls As Boolean