Interface: TaskResult

Defined in: tools/builtin/task.ts:76

Result of task tool execution

Properties

agentType

agentType: string;

Defined in: tools/builtin/task.ts:85

The agent type that was used

iterations

iterations: number;

Defined in: tools/builtin/task.ts:90

Number of iterations the sub-agent took

response

response: string;

Defined in: tools/builtin/task.ts:80

The sub-agent’s response

toolCalls

toolCalls: number;

Defined in: tools/builtin/task.ts:95

Tool calls made by the sub-agent