Agent Agent Action Group Function Schema Member Functions Function Args
data class AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionArgs(val description: Output<String>? = null, val name: Output<String>, val parameters: Output<List<AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameterArgs>>? = null) : ConvertibleToJava<AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionArgs>
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>, parameters: Output<List<AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameterArgs>>? = null)
Properties
Link copied to clipboard
Description of the function and its purpose.
Link copied to clipboard
val parameters: Output<List<AgentAgentActionGroupFunctionSchemaMemberFunctionsFunctionParameterArgs>>? = null
Parameters that the agent elicits from the user to fulfill the function. See parameters
Block for details.