ResponsesSkillReferenceParam 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.
The ResponsesSkillReferenceParam.
public class ResponsesSkillReferenceParam : Azure.AI.Extensions.OpenAI.ContainerSkill, System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesSkillReferenceParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesSkillReferenceParam>
type ResponsesSkillReferenceParam = class
inherit ContainerSkill
interface IJsonModel<ResponsesSkillReferenceParam>
interface IPersistableModel<ResponsesSkillReferenceParam>
Public Class ResponsesSkillReferenceParam
Inherits ContainerSkill
Implements IJsonModel(Of ResponsesSkillReferenceParam), IPersistableModel(Of ResponsesSkillReferenceParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesSkillReferenceParam(String) |
Initializes a new instance of ResponsesSkillReferenceParam. |
Properties
| Name | Description |
|---|---|
| SkillId |
The ID of the referenced skill. |
| Version |
Optional skill version. Use a positive integer or 'latest'. Omit for default. |