mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 20:58:26 +00:00
chore: Fix types in tests 44/N.
This commit is contained in:
@@ -183,6 +183,7 @@ describe("image tool implicit imageModel config", () => {
|
||||
models: {
|
||||
providers: {
|
||||
acme: {
|
||||
baseUrl: "https://example.com",
|
||||
models: [
|
||||
makeModelDefinition("text-1", ["text"]),
|
||||
makeModelDefinition("vision-1", ["text", "image"]),
|
||||
@@ -228,6 +229,7 @@ describe("image tool implicit imageModel config", () => {
|
||||
models: {
|
||||
providers: {
|
||||
acme: {
|
||||
baseUrl: "https://example.com",
|
||||
models: [makeModelDefinition("vision-1", ["text", "image"])],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user