Share via


RunStepDetailsActivity Class

Definition

Represents the list of activities, associated with the given step.

public class RunStepDetailsActivity : System.ClientModel.Primitives.IJsonModel<Azure.AI.Agents.Persistent.RunStepDetailsActivity>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.Persistent.RunStepDetailsActivity>
type RunStepDetailsActivity = class
    interface IJsonModel<RunStepDetailsActivity>
    interface IPersistableModel<RunStepDetailsActivity>
Public Class RunStepDetailsActivity
Implements IJsonModel(Of RunStepDetailsActivity), IPersistableModel(Of RunStepDetailsActivity)
Inheritance
RunStepDetailsActivity
Implements

Properties

Id

The activity ID.

ServerLabel

Server label.

Tools

The supported function list.

Type

The activity type, which is always 'mcp_list_tools'.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RunStepDetailsActivity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RunStepDetailsActivity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunStepDetailsActivity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepDetailsActivity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RunStepDetailsActivity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to