AgentFunctionSchemaArgs

data class AgentFunctionSchemaArgs(val functions: Output<List<AgentFunctionArgs>>) : ConvertibleToJava<AgentFunctionSchemaArgs>

Schema of Functions

Constructors

Link copied to clipboard
constructor(functions: Output<List<AgentFunctionArgs>>)

Properties

Link copied to clipboard

List of Function definitions

Functions

Link copied to clipboard
open override fun toJava(): AgentFunctionSchemaArgs