ParameterDetail

Contains details about a parameter in a function for 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 parameter. Helps the foundation model determine how to elicit the parameters from the user.

Link copied to clipboard

Whether the parameter is required for the agent to complete the function for action group invocation.

Link copied to clipboard

The data type of the parameter.

Functions

Link copied to clipboard
inline fun copy(block: ParameterDetail.Builder.() -> Unit = {}): ParameterDetail
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