/** * Provider-specific question guidance appended to sub-agent prompts at spawn time. * * Codex uses `request_user_input` for gathering user preferences. Command and * file approvals are auto-approved by our pause-flow, so the guidance focuses * on the user_input question type only. * * Policy: ASK when the brief is ambiguous about user-facing choices. The * orchestrator answers promptly. Decide yourself for implementation details. */ /** * Returns provider-specific question guidance to append to the sub-agent prompt. * Includes full tool schema details so the agent knows the exact format. */ export declare function getQuestionGuidance(provider: string): string;