Share via


RunStepFileSearchToolCallResults Class

Definition

The results of the file search.

public class RunStepFileSearchToolCallResults : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.RunStepFileSearchToolCallResults>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.RunStepFileSearchToolCallResults>
type RunStepFileSearchToolCallResults = class
    interface IJsonModel<RunStepFileSearchToolCallResults>
    interface IPersistableModel<RunStepFileSearchToolCallResults>
Public Class RunStepFileSearchToolCallResults
Implements IJsonModel(Of RunStepFileSearchToolCallResults), IPersistableModel(Of RunStepFileSearchToolCallResults)
Inheritance
RunStepFileSearchToolCallResults
Implements

Properties

RankingOptions

Ranking options for file search.

Results

The array of a file search results.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RunStepFileSearchToolCallResults>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RunStepFileSearchToolCallResults>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RunStepFileSearchToolCallResults>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RunStepFileSearchToolCallResults>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RunStepFileSearchToolCallResults>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to