refactor(codex): drop unused prompt overlay wrapper · openclaw/openclaw@925d98d
vincentkoc
·
2026-06-19
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,7 +4,6 @@
|
4 | 4 | import { |
5 | 5 | GPT5_BEHAVIOR_CONTRACT, |
6 | 6 | GPT5_HEARTBEAT_PROMPT_OVERLAY, |
7 | | -renderGpt5PromptOverlay, |
8 | 7 | resolveGpt5SystemPromptContribution, |
9 | 8 | } from "openclaw/plugin-sdk/provider-model-shared"; |
10 | 9 | |
@@ -19,10 +18,3 @@ export function resolveCodexSystemPromptContribution(
|
19 | 18 | ) { |
20 | 19 | return resolveGpt5SystemPromptContribution(params); |
21 | 20 | } |
22 | | - |
23 | | -/** Renders the Codex prompt overlay text for supported GPT-5-family models. */ |
24 | | -export function renderCodexPromptOverlay( |
25 | | -params: Parameters<typeof renderGpt5PromptOverlay>[0], |
26 | | -): string | undefined { |
27 | | -return renderGpt5PromptOverlay(params); |
28 | | -} |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。