mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:40:44 +00:00
feat(providers): share GPT-5 prompt overlay
This commit is contained in:
@@ -100,8 +100,8 @@ export function buildCodexProvider(options: BuildCodexProviderOptions = {}): Pro
|
||||
...(isKnownXHighCodexModel(modelId) ? [{ id: "xhigh" as const }] : []),
|
||||
],
|
||||
}),
|
||||
resolveSystemPromptContribution: ({ modelId }) =>
|
||||
resolveCodexSystemPromptContribution({ modelId }),
|
||||
resolveSystemPromptContribution: ({ config, modelId }) =>
|
||||
resolveCodexSystemPromptContribution({ config, modelId }),
|
||||
isModernModelRef: ({ modelId }) => isModernCodexModel(modelId),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user