你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResponsesSkillReferenceParam(String) Constructor

Definition

Initializes a new instance of ResponsesSkillReferenceParam.

public ResponsesSkillReferenceParam(string skillId);
new Azure.AI.Extensions.OpenAI.ResponsesSkillReferenceParam : string -> Azure.AI.Extensions.OpenAI.ResponsesSkillReferenceParam
Public Sub New (skillId As String)

Parameters

skillId
String

The ID of the referenced skill.

Exceptions

skillId is null.

Applies to