AzureAIExtensions.set_Agent(CreateResponseOptions, AgentReference) Method

Definition

Gets or sets the agent associated with the response options.

public static void set_Agent(OpenAI.Responses.CreateResponseOptions options, Azure.AI.Extensions.OpenAI.AgentReference value);
static member set_Agent : OpenAI.Responses.CreateResponseOptions * Azure.AI.Extensions.OpenAI.AgentReference -> unit
Public Sub set_Agent (options As CreateResponseOptions, value As AgentReference)

Parameters

options
OpenAI.Responses.CreateResponseOptions

Applies to