Commit 0400fcdc authored by song's avatar song
Browse files

fix: 更新 API 合同测试,添加 image_count 和 image_size 字段

parent 5b1907fe
...@@ -241,6 +241,8 @@ func TestAPIContracts(t *testing.T) { ...@@ -241,6 +241,8 @@ func TestAPIContracts(t *testing.T) {
"stream": true, "stream": true,
"duration_ms": 100, "duration_ms": 100,
"first_token_ms": 50, "first_token_ms": 50,
"image_count": 0,
"image_size": null,
"created_at": "2025-01-02T03:04:05Z" "created_at": "2025-01-02T03:04:05Z"
} }
], ],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment