ProjectOpenAIClient.GetProjectResponsesClientForAgent Method
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.
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