Uses of Class
com.azure.ai.agents.persistent.models.CreateAgentOptions
Packages that use CreateAgentOptions
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of CreateAgentOptions in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent with parameters of type CreateAgentOptionsModifier and TypeMethodDescriptionPersistentAgentsAdministrationAsyncClient.createAgent(CreateAgentOptions options) Creates a new agent.PersistentAgentsAdministrationClient.createAgent(CreateAgentOptions options) Creates a new agent. -
Uses of CreateAgentOptions in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return CreateAgentOptionsModifier and TypeMethodDescriptionCreateAgentOptions.setDescription(String description) Set the description property: The description of the new agent.CreateAgentOptions.setInstructions(String instructions) Set the instructions property: The system instructions for the new agent to use.CreateAgentOptions.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 name property: The name of the new agent.CreateAgentOptions.setResponseFormat(com.azure.core.util.BinaryData responseFormat) Set the responseFormat property: The response format of the tool calls used by this agent.CreateAgentOptions.setTemperature(Double temperature) Set the temperature property: What sampling temperature to use, between 0 and 2.CreateAgentOptions.setToolResources(ToolResources toolResources) Set the toolResources property: A set of resources that are used by the agent's tools.CreateAgentOptions.setTools(List<ToolDefinition> tools) Set the tools property: The collection of tools to enable for the new 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.