UpdateToolResourcesOptions Class
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.
Request object. A set of resources that are used by the agent's tools. The resources are specific to the type of tool.
For example, the code_interpreter
tool requires a list of file IDs, while the file_search
tool requires a list of
vector store IDs.
public class UpdateToolResourcesOptions : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.UpdateToolResourcesOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.UpdateToolResourcesOptions>
type UpdateToolResourcesOptions = class
interface IJsonModel<UpdateToolResourcesOptions>
interface IPersistableModel<UpdateToolResourcesOptions>
Public Class UpdateToolResourcesOptions
Implements IJsonModel(Of UpdateToolResourcesOptions), IPersistableModel(Of UpdateToolResourcesOptions)
- Inheritance
-
UpdateToolResourcesOptions
- Implements
Update |
Initializes a new instance of UpdateToolResourcesOptions. |
Azure |
Overrides the resources to be used by the |
Code |
Overrides the list of file IDs made available to the |
File |
Overrides the vector store attached to this agent. There can be a maximum of 1 vector store attached to the agent. |
IJson |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJson |
Writes the model to the provided Utf8JsonWriter. |
IPersistable |
Converts the provided BinaryData into a model. |
IPersistable |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistable |
Writes the model into a BinaryData. |
Product | Versions |
---|---|
Azure SDK for .NET | Preview |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: