SubtaskBuilder
class SubtaskBuilder(val context: AIAgentFunctionalContextBase<*>, val taskDescription: String)(source)
A builder class responsible for creating and managing subtasks within the context of an AI agent's functional operations.
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.