Interface RequestExpansionInput

Input args for the request_expansion tool call.

interface RequestExpansionInput {
    need: string;
    urgency: "blocking" | "would_improve" | "nice_to_have";
}

Hierarchy

  • Record<string, any>
    • RequestExpansionInput

Properties

Properties

need: string

What capability or agent is needed and why.

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

How urgently this capability is needed.