FunctionToolCallOutput Class
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.
Function tool call output.
public class FunctionToolCallOutput : Azure.AI.AgentServer.Responses.Models.ItemField, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionToolCallOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionToolCallOutput>
type FunctionToolCallOutput = class
inherit ItemField
interface IJsonModel<FunctionToolCallOutput>
interface IPersistableModel<FunctionToolCallOutput>
Public Class FunctionToolCallOutput
Inherits ItemField
Implements IJsonModel(Of FunctionToolCallOutput), IPersistableModel(Of FunctionToolCallOutput)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| CallId |
The unique ID of the function tool call generated by the model. |
| Id |
The unique ID of the function tool call output. Populated when this item is returned via API. |
| Output |
The output from the function call generated by your code. Can be a string or an list of output content. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). <remarks> Supported types:
Examples:
|
| Status |
The status of the item. One of |