Add the codex bridge prompt in the html export
This commit is contained in:
7
packages/ai/src/providers/openai-codex/index.ts
Normal file
7
packages/ai/src/providers/openai-codex/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* OpenAI Codex utilities - exported for use by coding-agent export
|
||||
*/
|
||||
|
||||
export { type CacheMetadata, getCodexInstructions, getModelFamily, type ModelFamily } from "./prompts/codex.js";
|
||||
export { buildCodexPiBridge } from "./prompts/pi-codex-bridge.js";
|
||||
export { buildCodexSystemPrompt, type CodexSystemPrompt } from "./prompts/system-prompt.js";
|
||||
Reference in New Issue
Block a user