Skip to content

Commit 50c7952

Browse files
committed
test: use full Xiaomi replay message fixture
1 parent c076cea commit 50c7952

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/llm/providers/openai-completions.test.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,18 @@ describe("OpenAI-compatible completions params", () => {
316316
},
317317
{
318318
role: "assistant",
319+
api: "openai-completions",
320+
provider: "xiaomi",
321+
model: "mimo-v2.5-pro",
322+
usage: {
323+
input: 0,
324+
output: 0,
325+
cacheRead: 0,
326+
cacheWrite: 0,
327+
totalTokens: 0,
328+
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0, total: 0 },
329+
},
330+
stopReason: "toolUse",
319331
content: [
320332
{
321333
type: "toolCall",

0 commit comments

Comments
 (0)