HostedCodeInterpreterTool.Inputs 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要用作代码解释器工具输入的 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 不受支持的输入。