RunStepFileSearchToolCall Class
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.
A record of a call to a file search tool, issued by the model in evaluation of a defined tool, that represents executed file search.
public class RunStepFileSearchToolCall : Azure.AI.Projects.RunStepToolCall, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RunStepFileSearchToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RunStepFileSearchToolCall>
type RunStepFileSearchToolCall = class
inherit RunStepToolCall
interface IJsonModel<RunStepFileSearchToolCall>
interface IPersistableModel<RunStepFileSearchToolCall>
Public Class RunStepFileSearchToolCall
Inherits RunStepToolCall
Implements IJsonModel(Of RunStepFileSearchToolCall), IPersistableModel(Of RunStepFileSearchToolCall)
- Inheritance
- Implements
Properties
FileSearch |
Reserved for future use. |
Id |
The ID of the tool call. This ID must be referenced when you submit tool outputs. (Inherited from RunStepToolCall) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET