ToolChoiceObjectFileSearch 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 ToolChoiceObjectFileSearch.
public class ToolChoiceObjectFileSearch : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObject, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectFileSearch>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectFileSearch>
type ToolChoiceObjectFileSearch = class
inherit ToolChoiceObject
interface IUtf8JsonSerializable
interface IJsonModel<ToolChoiceObjectFileSearch>
interface IPersistableModel<ToolChoiceObjectFileSearch>
Public Class ToolChoiceObjectFileSearch
Inherits ToolChoiceObject
Implements IJsonModel(Of ToolChoiceObjectFileSearch), IPersistableModel(Of ToolChoiceObjectFileSearch)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ToolChoiceObjectFileSearch() |
Initializes a new instance of ToolChoiceObjectFileSearch. |
| ToolChoiceObjectFileSearch(ToolChoiceObjectType, IDictionary<String,BinaryData>) |
Initializes a new instance of ToolChoiceObjectFileSearch. |
Properties
| Name | Description |
|---|---|
| Type |
Gets or sets the type. (Inherited from ToolChoiceObject) |
Methods
| Name | Description |
|---|---|
| DeserializeToolChoiceObjectFileSearch(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |