mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
This extends dynamic_tool_calls to allow us to hide a tool from the model context but still use it as part of the general tool calling runtime (for ex from js_repl/code_mode)
3 lines
86 B
SQL
3 lines
86 B
SQL
ALTER TABLE thread_dynamic_tools
|
|
ADD COLUMN defer_loading INTEGER NOT NULL DEFAULT 0;
|