Skip to main content

Interface: RequestExpansionInput

Defined in: packages/agentos/src/orchestration/tools/RequestExpansionTool.ts:13

Input args for the request_expansion tool call.

Extends

  • Record<string, any>

Indexable

[key: string]: any

Properties

need

need: string

Defined in: packages/agentos/src/orchestration/tools/RequestExpansionTool.ts:15

What capability or agent is needed and why.


urgency

urgency: "blocking" | "would_improve" | "nice_to_have"

Defined in: packages/agentos/src/orchestration/tools/RequestExpansionTool.ts:17

How urgently this capability is needed.