AgentsSkill Class

Definition

A skill object.

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

Properties

Name Description
Description

A human-readable description of the skill.

HasBlob

Whether the skill was created from a zip blob package.

Metadata

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.

Name

The unique name of the skill.

SkillId

The unique identifier of the skill.

Methods

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

Operators

Name Description
Explicit(ClientResult to AgentsSkill)

Explicit Interface Implementations

Name Description
IJsonModel<AgentsSkill>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AgentsSkill>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<AgentsSkill>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AgentsSkill>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AgentsSkill>.Write(ModelReaderWriterOptions)

Applies to