test(agents): update model auth fixture shape

This commit is contained in:
Vincent Koc
2026-05-04 03:40:36 -07:00
parent 57f9a558e4
commit 24ec2aebe8

View File

@@ -48,6 +48,9 @@ function testModelDefinition(id: string): Model<Api> {
return {
id,
name: id,
provider: "test",
api: "responses",
baseUrl: "https://example.test/v1",
reasoning: false,
input: ["text"],
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },