Uses of Class
com.azure.ai.agents.persistent.models.UpdateAgentOptions
Packages that use UpdateAgentOptions
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of UpdateAgentOptions in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent with parameters of type UpdateAgentOptionsModifier and TypeMethodDescriptionPersistentAgentsAdministrationAsyncClient.updateAgent(UpdateAgentOptions options) Modifies an existing agent.PersistentAgentsAdministrationClient.updateAgent(UpdateAgentOptions options) Modifies an existing agent. -
Uses of UpdateAgentOptions in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return UpdateAgentOptionsModifier and TypeMethodDescriptionUpdateAgentOptions.setDescription(String description) Set the description property: The modified description for the agent to use.UpdateAgentOptions.setInstructions(String instructions) Set the instructions property: The modified system instructions for the new agent to use.UpdateAgentOptions.setMetadata(Map<String, String> metadata) Set the metadata property: A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format.Set the model property: The ID of the model to use.Set the name property: The modified name for the agent to use.UpdateAgentOptions.setResponseFormat(com.azure.core.util.BinaryData responseFormat) Set the responseFormat property: The response format of the tool calls used by this agent.UpdateAgentOptions.setTemperature(Double temperature) Set the temperature property: What sampling temperature to use, between 0 and 2.UpdateAgentOptions.setToolResources(ToolResources toolResources) Set the toolResources property: A set of resources that are used by the agent's tools.UpdateAgentOptions.setTools(List<ToolDefinition> tools) Set the tools property: The modified collection of tools to enable for the agent.Set the topP property: An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.