SubtaskBuilder

constructor(context: AIAgentFunctionalContextBase<*>, taskDescription: String)(source)

Initializes the SubtaskBuilder with a specific AI agent functional context and a description of the task.

Parameters

context

The functional context associated with the AI agent, providing the necessary environment for the subtask.

taskDescription

A textual description of the task to be handled by the subtask.