HostedCodeInterpreterTool.Inputs 属性

定义

获取或设置要用作代码解释器工具输入的 AIContent 集合。

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

属性值

注解

服务支持不同种类的输入。 大多数都支持由服务承载的文件 ID,这些 ID 通过 HostedFileContent表示。 有些还支持通过 DataContent.. 工具传递到的输入将忽略 IChatClient 不受支持的输入。

适用于