PersistentAgentsModelFactory.RunStepFileSearchToolCall 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 RunStepFileSearchToolCall.
public static Azure.AI.Agents.Persistent.RunStepFileSearchToolCall RunStepFileSearchToolCall(string id = default, Azure.AI.Agents.Persistent.RunStepFileSearchToolCallResults fileSearch = default);
static member RunStepFileSearchToolCall : string * Azure.AI.Agents.Persistent.RunStepFileSearchToolCallResults -> Azure.AI.Agents.Persistent.RunStepFileSearchToolCall
Public Shared Function RunStepFileSearchToolCall (Optional id As String = Nothing, Optional fileSearch As RunStepFileSearchToolCallResults = Nothing) As RunStepFileSearchToolCall
Parameters
- id
- String
The ID of the tool call. This ID must be referenced when you submit tool outputs.
- fileSearch
- RunStepFileSearchToolCallResults
For now, this is always going to be an empty object.
Returns
A new RunStepFileSearchToolCall instance for mocking.