AgentToolInput

data class AgentToolInput<Input>(val input: Input)(source)

Represents the input for AIAgent used as Tool (see AIAgent.asTool)

Parameters

Input

The type of the input data expected by the tool.

Constructors

Link copied to clipboard
constructor(input: Input)

Properties

Link copied to clipboard

The input data provided to the agent tool for processing.