Condividi tramite


AgentsNamedToolChoice(AgentsNamedToolChoiceType) Constructor

Definition

Initializes a new instance of AgentsNamedToolChoice.

public AgentsNamedToolChoice (Azure.AI.Projects.AgentsNamedToolChoiceType type);
new Azure.AI.Projects.AgentsNamedToolChoice : Azure.AI.Projects.AgentsNamedToolChoiceType -> Azure.AI.Projects.AgentsNamedToolChoice
Public Sub New (type As AgentsNamedToolChoiceType)

Parameters

type
AgentsNamedToolChoiceType

the type of tool. If type is function, the function name must be set.

Applies to