-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTEST_RESULTS.json
More file actions
32 lines (32 loc) · 1.54 KB
/
TEST_RESULTS.json
File metadata and controls
32 lines (32 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"test": "Test 1: German story idea (no commands expected)",
"passed": false,
"issues": [
"ERROR: Gemini API error 404: {\n \"error\": {\n \"code\": 404,\n \"message\": \"models/gemini-2.5-flash-preview-05-20 is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.\",\n \"status\": \"NOT_FOUND\"\n }\n}\n"
],
"commandsFound": [],
"responseLength": 0,
"responsePreview": ""
},
{
"test": "Test 2: English story idea (no commands expected)",
"passed": false,
"issues": [
"ERROR: Gemini API error 404: {\n \"error\": {\n \"code\": 404,\n \"message\": \"models/gemini-2.5-flash-preview-05-20 is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.\",\n \"status\": \"NOT_FOUND\"\n }\n}\n"
],
"commandsFound": [],
"responseLength": 0,
"responsePreview": ""
},
{
"test": "Test 3: Blanket permission (commands OK)",
"passed": false,
"issues": [
"ERROR: Gemini API error 404: {\n \"error\": {\n \"code\": 404,\n \"message\": \"models/gemini-2.5-flash-preview-05-20 is not found for API version v1beta, or is not supported for generateContent. Call ListModels to see the list of available models and their supported methods.\",\n \"status\": \"NOT_FOUND\"\n }\n}\n"
],
"commandsFound": [],
"responseLength": 0,
"responsePreview": ""
}
]