通过


CreateResponseRealtimeClientMessage.Tools 属性

定义

获取或设置可用于生成响应的 AI 工具。

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)

属性值

注解

如果已设置,则仅覆盖此响应的会话级别工具。 如果使用 null会话的默认工具。

适用于