Skip to content

bodhi-realtime-agent / SubagentTask

Interface: SubagentTask

Defined in: types/conversation.ts:43

Describes the work a subagent should perform (derived from a background tool call).

Properties

args

args: Record<string, unknown>

Defined in: types/conversation.ts:51

Arguments originally passed to the tool.


description

description: string

Defined in: types/conversation.ts:45

Human-readable description of what the subagent should do.


toolCallId

toolCallId: string

Defined in: types/conversation.ts:47

Correlates back to the originating background tool call.


toolName

toolName: string

Defined in: types/conversation.ts:49

Name of the background tool that triggered this task.

Built with VitePress