mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 20:01:24 +00:00
Merge pull request #510 from mitsuhiko/annotate-bridge-prompt
Annotate bridge prompt
This commit is contained in:
commit
03e3f0d801
9 changed files with 116 additions and 13 deletions
|
|
@ -3,6 +3,7 @@ export * from "./providers/anthropic.js";
|
|||
export * from "./providers/google.js";
|
||||
export * from "./providers/google-gemini-cli.js";
|
||||
export * from "./providers/google-vertex.js";
|
||||
export * from "./providers/openai-codex/index.js";
|
||||
export * from "./providers/openai-completions.js";
|
||||
export * from "./providers/openai-responses.js";
|
||||
export * from "./stream.js";
|
||||
|
|
|
|||
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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue