FunctionDefinition

Defines parameters that the agent needs to invoke from the user to complete the function. Corresponds to an action in an action group.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the function and its purpose.

Link copied to clipboard

A name for the function.

Link copied to clipboard

The parameters that the agent elicits from the user to fulfill the function.

Link copied to clipboard

Contains information if user confirmation is required to invoke the function.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String