ToolSearchCallItemParam Class

Definition

The ToolSearchCallItemParam.

public class ToolSearchCallItemParam : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ToolSearchCallItemParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ToolSearchCallItemParam>
type ToolSearchCallItemParam = class
    inherit Item
    interface IJsonModel<ToolSearchCallItemParam>
    interface IPersistableModel<ToolSearchCallItemParam>
Public Class ToolSearchCallItemParam
Inherits Item
Implements IJsonModel(Of ToolSearchCallItemParam), IPersistableModel(Of ToolSearchCallItemParam)
Inheritance
ToolSearchCallItemParam
Implements

Constructors

Name Description
ToolSearchCallItemParam(EmptyModelParam)

Initializes a new instance of ToolSearchCallItemParam.

Properties

Name Description
Arguments

The arguments supplied to the tool search call.

CallId

Gets or sets the CallId.

Execution

Whether tool search was executed by the server or by the client.

Id

Gets or sets the Id.

Status

Gets or sets the Status.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<Item>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from Item)
IJsonModel<Item>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from Item)
IJsonModel<ToolSearchCallItemParam>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ToolSearchCallItemParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<Item>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from Item)
IPersistableModel<Item>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from Item)
IPersistableModel<Item>.Write(ModelReaderWriterOptions) (Inherited from Item)
IPersistableModel<ToolSearchCallItemParam>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ToolSearchCallItemParam>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ToolSearchCallItemParam>.Write(ModelReaderWriterOptions)

Applies to