agentInput

open override var agentInput: Any?(source)

Represents the agent's input data used in constructing or testing the agent's context.

This property is optional and can be null, indicating that no specific input is provided for the agent. It is used during the construction or copying of an agent's context to define the data the agent operates on.