test(core): update api request fixtures

This commit is contained in:
Dax Raad 2026-06-03 13:22:02 -04:00
parent cb9cb098f2
commit 28402a483b
2 changed files with 3 additions and 2 deletions

View file

@ -70,6 +70,7 @@ describe("CatalogV2", () => {
type: "aisdk",
package: "@ai-sdk/openai-compatible",
url: "https://override.example.com",
settings: {},
})
}),
)

View file

@ -107,7 +107,7 @@ describe("ConfigAgentPlugin.Plugin", () => {
hidden: true,
color: "warning",
steps: 12,
options: {
request: {
headers: { first: "one", shared: "first" },
body: { enabled: true, profile: "review", effort: "medium" },
},
@ -120,7 +120,7 @@ describe("ConfigAgentPlugin.Plugin", () => {
info: decode({
agents: {
reviewer: {
options: {
request: {
headers: { shared: "last", second: "two" },
body: { retries: 2, effort: "high" },
},