PersistentAgentsModelFactory.RunStepFileSearchToolCallResults Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RunStepFileSearchToolCallResults.
public static Azure.AI.Agents.Persistent.RunStepFileSearchToolCallResults RunStepFileSearchToolCallResults(Azure.AI.Agents.Persistent.FileSearchRankingOptions rankingOptions = default, System.Collections.Generic.IEnumerable<Azure.AI.Agents.Persistent.RunStepFileSearchToolCallResult> results = default);
static member RunStepFileSearchToolCallResults : Azure.AI.Agents.Persistent.FileSearchRankingOptions * seq<Azure.AI.Agents.Persistent.RunStepFileSearchToolCallResult> -> Azure.AI.Agents.Persistent.RunStepFileSearchToolCallResults
Public Shared Function RunStepFileSearchToolCallResults (Optional rankingOptions As FileSearchRankingOptions = Nothing, Optional results As IEnumerable(Of RunStepFileSearchToolCallResult) = Nothing) As RunStepFileSearchToolCallResults
Parameters
- rankingOptions
- FileSearchRankingOptions
Ranking options for file search.
The array of a file search results.
Returns
A new RunStepFileSearchToolCallResults instance for mocking.