Files
oh-my-opencode/dist/agents/hephaestus/gpt-5-4.d.ts
T

4 lines
393 B
TypeScript
Raw Normal View History

/** GPT-5.4 optimized Hephaestus prompt */
import type { AvailableAgent, AvailableTool, AvailableSkill, AvailableCategory } from "../dynamic-agent-prompt-builder";
export declare function buildHephaestusPrompt(availableAgents?: AvailableAgent[], availableTools?: AvailableTool[], availableSkills?: AvailableSkill[], availableCategories?: AvailableCategory[], useTaskSystem?: boolean): string;