AgentSettings
No description
type AgentSettings {
toolRefs: [AgentToolRef!]!
maxTurns: Int!
maxRunTokens: Long
maxAutoRunsBetweenApprovals: Int!
temperature: Float
structuredOutputSchema: String
}
Fields
AgentSettings.toolRefs ● [AgentToolRef!]! non-null object
AgentSettings.maxTurns ● Int! non-null scalar
AgentSettings.maxRunTokens ● Long scalar
AgentSettings.maxAutoRunsBetweenApprovals ● Int! non-null scalar
AgentSettings.temperature ● Float scalar
AgentSettings.structuredOutputSchema ● String scalar
Member Of
AgentVersion object