FileSearchToolCallItemParam 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.
The results of a file search tool call. See the file search guide for more information.
public class FileSearchToolCallItemParam : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemParam, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.FileSearchToolCallItemParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.FileSearchToolCallItemParam>
type FileSearchToolCallItemParam = class
inherit ItemParam
interface IUtf8JsonSerializable
interface IJsonModel<FileSearchToolCallItemParam>
interface IPersistableModel<FileSearchToolCallItemParam>
Public Class FileSearchToolCallItemParam
Inherits ItemParam
Implements IJsonModel(Of FileSearchToolCallItemParam), IPersistableModel(Of FileSearchToolCallItemParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FileSearchToolCallItemParam() |
Initializes a new instance of FileSearchToolCallItemParam for deserialization. |
| FileSearchToolCallItemParam(IEnumerable<String>) |
Initializes a new instance of FileSearchToolCallItemParam. |
| FileSearchToolCallItemParam(ItemType, IDictionary<String,BinaryData>, IList<String>, IList<FileSearchToolCallItemParamResult>) |
Initializes a new instance of FileSearchToolCallItemParam. |
Properties
| Name | Description |
|---|---|
| Queries |
The queries used to search for files. |
| Results |
The results of the file search tool call. |
| SerializedAdditionalRawData | (Inherited from ItemParam) |
| Type |
Gets or sets the type. (Inherited from ItemParam) |
Methods
| Name | Description |
|---|---|
| DeserializeFileSearchToolCallItemParam(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |