Contracts: narrow codex catalog hint return type
This commit is contained in:
parent
49b248a333
commit
22fc5a5442
@ -74,8 +74,8 @@ describe("provider catalog contract", () => {
|
||||
|
||||
it("keeps codex-only missing-auth hints wired through the provider runtime", () => {
|
||||
const openaiProvider = requireProviderContractProvider("openai");
|
||||
expectCodexMissingAuthHint((params) =>
|
||||
openaiProvider.buildMissingAuthMessage?.(params.context),
|
||||
expectCodexMissingAuthHint(
|
||||
(params) => openaiProvider.buildMissingAuthMessage?.(params.context) ?? undefined,
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user