mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-11 11:03:22 +00:00
test(core): update api request fixtures
This commit is contained in:
parent
cb9cb098f2
commit
28402a483b
2 changed files with 3 additions and 2 deletions
|
|
@ -70,6 +70,7 @@ describe("CatalogV2", () => {
|
|||
type: "aisdk",
|
||||
package: "@ai-sdk/openai-compatible",
|
||||
url: "https://override.example.com",
|
||||
settings: {},
|
||||
})
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue