InvocationInput

Contains information pertaining to the action group or knowledge base that is being invoked.

Types

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

Properties

Link copied to clipboard

Contains information about the action group to be invoked.

Link copied to clipboard

The collaborator's invocation input.

Link copied to clipboard

Contains information about the code interpreter to be invoked.

Link copied to clipboard

Specifies whether the agent is invoking an action group or a knowledge base.

Link copied to clipboard

Contains details about the knowledge base to look up and the query to be made.

Link copied to clipboard

The unique identifier of the trace.

Functions

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