Share via


HostedFileSearchTool.Inputs Property

Definition

Gets or sets a collection of AIContent to be used as input to the file search tool.

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)

Property Value

Remarks

If no explicit inputs are provided, the service determines what inputs should be searched. Different services support different kinds of inputs, for example, some might respect HostedFileContent using provider-specific file IDs, others might support binary data uploaded as part of the request in DataContent, and others might support content in a hosted vector store and represented by a HostedVectorStoreContent.

Applies to