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

ProjectOpenAIClient.GetProjectResponsesClientForAgent Method

Definition

public virtual Azure.AI.Projects.OpenAI.ProjectResponsesClient GetProjectResponsesClientForAgent(Azure.AI.Projects.OpenAI.AgentReference defaultAgent, string defaultConversationId = default);
abstract member GetProjectResponsesClientForAgent : Azure.AI.Projects.OpenAI.AgentReference * string -> Azure.AI.Projects.OpenAI.ProjectResponsesClient
override this.GetProjectResponsesClientForAgent : Azure.AI.Projects.OpenAI.AgentReference * string -> Azure.AI.Projects.OpenAI.ProjectResponsesClient
Public Overridable Function GetProjectResponsesClientForAgent (defaultAgent As AgentReference, Optional defaultConversationId As String = Nothing) As ProjectResponsesClient

Parameters

defaultAgent
AgentReference
defaultConversationId
String

Returns

Applies to