Partilhar via


CreateResponseRealtimeClientMessage.Tools Propriedade

Definição

Obtém ou define as ferramentas de IA disponíveis para gerar a resposta.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::AITool ^> ^ Tools { System::Collections::Generic::IList<Microsoft::Extensions::AI::AITool ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::AI::AITool ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Extensions.AI.AITool>? Tools { get; set; }
member this.Tools : System.Collections.Generic.IList<Microsoft.Extensions.AI.AITool> with get, set
Public Property Tools As IList(Of AITool)

Valor da propriedade

Comentários

Se definido, substitui as ferramentas no nível da sessão somente para essa resposta. Se null, as ferramentas padrão da sessão serão usadas.

Aplica-se a