No branches to delete
Tests ability to recognize when no branches need deletion (edge case). Evaluates handling of the empty-result scenario in branch cleanup.
Baseline Repository
These commands set up the repo before the model sees the prompt. They define the starting file structure, staged changes, and Git history.
- 01
git init - 02
git config user.email 'test@test.com' - 03
git config user.name 'Test User' - 04
echo 'Hello' > greeting.txt - 05
git add greeting.txt - 06
git commit -m 'Initial commit' - 07
git checkout -b feature-a - 08
echo 'Feature A' > a.txt - 09
git add a.txt - 10
git commit -m 'Feature A' - 11
git checkout main - 12
git checkout -b feature-b - 13
echo 'Feature B' > b.txt - 14
git add b.txt - 15
git commit -m 'Feature B' - 16
git checkout main
Prompt
Look at the branches in this repository. Which branches should be deleted because they are fully merged into main? List ONLY the branch names to delete, one per line. If none, respond with 'none'.
Expected
none
Fixture Metrics
Scoped model quality, cost, API time, and token usage for branch_cleanup/f003.
Loading...
Raw Attempt Evidence
Loading raw attempt evidence…
Model Outputs (546)
none
Neither `feature-a` nor `feature-b` appears in the list of branches merged into main — only `main` itself does. Their commits ("Feature A" and "Feature B") are not reachable from main, so deleting them would lose work.
Failure: Extra: ['Neither `feature-a` nor `feature-b` appears in the list of branches merged into main — only `main` itself does. Their commits ("Feature A" and "Feature B") are not reachable from main, so deleting them would lose work.']
none
Neither `feature-a` nor `feature-b` appears in the "merged into main" list — only `main` itself does. Since their commits (8d60261, dd07ddd) differ from main's tip (3de1dc9) and aren't merged, deleting them would lose work.
Failure: Extra: ['Neither `feature-a` nor `feature-b` appears in the "merged into main" list — only `main` itself does. Since their commits (8d60261, dd07ddd) differ from main\'s tip (3de1dc9) and aren\'t merged, deleting them would lose work.']
none
none
**Explanation:** The "Merged into main" list only shows `main` itself. Neither `feature-a` nor `feature-b` appears in the merged list, meaning they contain commits not yet merged into main. Deleting them would lose unmerged work.
Failure: Extra: ['**Explanation:** The "Merged into main" list only shows `main` itself. Neither `feature-a` nor `feature-b` appears in the merged list, meaning they contain commits not yet merged into main. Deleting them would lose unmerged work.']
none
**Explanation:** The `git branch --merged main` output shows only `main` itself. Neither `feature-a` (cecddc3) nor `feature-b` (40cf191) appear in the merged list — they contain commits not yet merged into main, so deleting them would lose work.
Failure: Extra: ['**Explanation:** The `git branch --merged main` output shows only `main` itself. Neither `feature-a` (cecddc3) nor `feature-b` (40cf191) appear in the merged list — they contain commits not yet merged into main, so deleting them would lose work.']
none
none
none
none
none
none
Looking at the "Merged into main" section, only `main` itself is listed as merged into main. Neither `feature-a` nor `feature-b` are merged.
none
Failure: Extra: ['Looking at the "Merged into main" section, only `main` itself is listed as merged into main. Neither `feature-a` nor `feature-b` are merged.']
none
Looking at the "Merged into main" section, only `main` itself is listed as merged into main. Neither `feature-a` nor `feature-b` are listed as merged.
none
Failure: Extra: ['Looking at the "Merged into main" section, only `main` itself is listed as merged into main. Neither `feature-a` nor `feature-b` are listed as merged.']
Looking at the information provided:
- `feature-a` and `feature-b` are **not** listed as merged into main.
- Only `main` itself is listed under "Merged into main."
none
Failure: Extra: ['- Only `main` itself is listed under "Merged into main."', '- `feature-a` and `feature-b` are **not** listed as merged into main.', 'Looking at the information provided:']
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete":["none"]}
none
The only branch listed as merged into main is `main` itself. Neither `feature-a` nor `feature-b` appears in the "Merged into main" list, so they contain unmerged work and should not be deleted.
Failure: Extra: ['The only branch listed as merged into main is `main` itself. Neither `feature-a` nor `feature-b` appears in the "Merged into main" list, so they contain unmerged work and should not be deleted.']
none
none
The "Merged into main" list shows only `main` itself. This means:
- **feature-a** — NOT merged into main (has unmerged commits)
- **feature-b** — NOT merged into main (has unmerged commits)
- **main** — this is the main branch itself, which should never be deleted
Since neither feature branch is fully merged into main, deleting them would risk losing work. No branches are safe to delete.
Failure: Extra: ['- **feature-a** — NOT merged into main (has unmerged commits)', '- **feature-b** — NOT merged into main (has unmerged commits)', '- **main** — this is the main branch itself, which should never be deleted', 'Since neither feature branch is fully merged into main, deleting them would risk losing work. No branches are safe to delete.', 'The "Merged into main" list shows only `main` itself. This means:']
none
Based on the "Merged into main" list, only `main` itself appears—meaning neither `feature-a` nor `feature-b` has been merged into main yet. Therefore, no branches should be deleted.
none
Failure: Extra: ['Based on the "Merged into main" list, only `main` itself appears—meaning neither `feature-a` nor `feature-b` has been merged into main yet. Therefore, no branches should be deleted.']
Based on the information provided, only `main` is listed as merged into main. Neither `feature-a` nor `feature-b` appears in the "Merged into main" list, so they are not fully merged.
none
Failure: Extra: ['Based on the information provided, only `main` is listed as merged into main. Neither `feature-a` nor `feature-b` appears in the "Merged into main" list, so they are not fully merged.']
none
Neither `feature-a` nor `feature-b` appears in the "Merged into main" list (which only contains `main` itself), so no branches are fully merged into main and safe to delete.
Failure: Extra: ['Neither `feature-a` nor `feature-b` appears in the "Merged into main" list (which only contains `main` itself), so no branches are fully merged into main and safe to delete.']
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete":["none"]}
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete":["none"]}
none
Only `main` is listed as merged into main—`feature-a` and `feature-b` don't appear in that list, so they are not fully merged and should not be deleted.
Failure: Extra: ["Only `main` is listed as merged into main—`feature-a` and `feature-b` don't appear in that list, so they are not fully merged and should not be deleted."]
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["none"]
}
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["none"] }
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["none"]
}
none
none
none
none
none
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete":["none"]}
none
none
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete":["none"]}
none
none
none
none
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete":["none"]}
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete":["none"]}
none
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete":["none"]}
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["none"] }
none
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["none"]
}
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["none"]}
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["none"]}
none
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["none"]}
none
none
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["none"]}
none
none
none
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["none"]}
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["none"]
}
none
none
none
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["none"] }
none
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"none"
]
}
none
none
none
none
none
none
none
none
none
none
none
none
none
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["none"] }
none
none
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["none"] }
none
none
none
none
none
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["none"] }
none
none
none
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
Invalid JSON. Output:
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["feature-a", "feature-b"]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a"
]
}
Failure: Missing: ['none']
Extra: ['feature-a']
Invalid JSON. Output:
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
feature-a
feature-b
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["feature-a", "feature-b"]}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) { "branches_to_delete": [] }
Failure: Missing: ['none']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-b"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["feature-a", "feature-b"] }
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
Failure: Missing: ['none']
Extra: ['feature-a']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
feature-a
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a"
]
}
Failure: Missing: ['none']
Extra: ['feature-a']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {"branches_to_delete":["feature-a","feature-b"]}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["feature-a", "feature-b"]}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-b"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-b"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
Invalid JSON. Output: feature-a
feature-b
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["feature-a", "feature-b"]}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-b"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw)
{
"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
Invalid JSON. Output:
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {"branches_to_delete":["feature-a","feature-b"]}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[] }
Failure: Missing: ['none']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {"branches_to_delete":["feature-a","feature-b"]}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {"branches_to_delete":["feature-a","feature-b"]}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {"branches_to_delete":["feature-a","feature-b"]}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
feature-a
feature-git
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-git"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-git']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-b"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["feature-a", "feature-b"]}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-b"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["feature-a", "feature-b"]}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-b"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-b"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-ae5fe66c-52af-9689-87d6-218e830e2ef2","request_id":"ae5fe66c-52af-9689-87d6-218e830e2ef2"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-3451e98b-1ecc-9a5c-906f-186bf5d030df","request_id":"3451e98b-1ecc-9a5c-906f-186bf5d030df"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-343a3f67-e0b0-9ce4-a0f6-3b0284eec4c6","request_id":"343a3f67-e0b0-9ce4-a0f6-3b0284eec4c6"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-2360e788-2bb9-90ff-ab1e-1b864e945ff6","request_id":"2360e788-2bb9-90ff-ab1e-1b864e945ff6"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-e1078c3d-5584-9f00-9768-faaa24f2469a","request_id":"e1078c3d-5584-9f00-9768-faaa24f2469a"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-aba00f18-2617-94a1-8fb1-724e8fbf393c"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-a65c9393-4877-9d77-956b-4f41444b5b3e"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-38f9f674-a034-9297-ae71-ce2e85831d63"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-66b4aa2a-799f-99ea-83e8-76e5d14a6d0f"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-cf349e08-a111-9496-947a-84620b452633"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-b7914fb3-0385-9367-86e2-68ef769436fe","request_id":"b7914fb3-0385-9367-86e2-68ef769436fe"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-50b9294b-c8e8-9fdd-a791-6f15657ca496","request_id":"50b9294b-c8e8-9fdd-a791-6f15657ca496"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-98b3bfe8-ec52-9dca-82f9-331acfbcbcb0","request_id":"98b3bfe8-ec52-9dca-82f9-331acfbcbcb0"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-c035860d-f307-972b-8797-57c02c80bd4a","request_id":"c035860d-f307-972b-8797-57c02c80bd4a"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-4882ba8f-22b5-9928-8327-dc23940a33e8","request_id":"4882ba8f-22b5-9928-8327-dc23940a33e8"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-d19da0f5-34cd-93f8-9517-37a0ce5bcc1a","request_id":"d19da0f5-34cd-93f8-9517-37a0ce5bcc1a"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-3147ebd1-6238-9911-b56d-e1c5986d32f3","request_id":"3147ebd1-6238-9911-b56d-e1c5986d32f3"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-d8a0d1cb-4f85-941f-aa85-5ef329cfb1b9","request_id":"d8a0d1cb-4f85-941f-aa85-5ef329cfb1b9"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-740750b2-6746-96ac-8aa1-132ea4c23715","request_id":"740750b2-6746-96ac-8aa1-132ea4c23715"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-c239a2c3-7705-9374-91ee-38a494361db2","request_id":"c239a2c3-7705-9374-91ee-38a494361db2"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
feature-a
feature-b<|end_message|>
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b<|end_message|>']
Invalid JSON. Output: feature-a
feature-b{
"branches_to_delete": ["feature-a", "feature-b"]
}
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
Invalid JSON. Output: none
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: none
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
Invalid JSON. Output: none
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete": []}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) { "branches_to_delete": [] }
Failure: Missing: ['none']
feature-a
feature-b
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-b"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
(empty output)
JSON Schema
Structured Output
(raw) { "branches_to_delete": [] }
Failure: Missing: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['none']
Invalid JSON. Output: none
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
feature-a
feature-b
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-a",
"feature-b"
]
}
Failure: Missing: ['none']
Extra: ['feature-a', 'feature-b']
Invalid JSON. Output: {
"branches_to_delete": [
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If one or more, list the branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` feature-a",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-a` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature-a` and `feature-b` are visible in `main`.",
"Now list those branch names, one per line. If none, respond with 'none'.",
"All commits from `feature
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Unterminated string starting at: line 58 column 4 (char 4260)
Failure: Failed to parse structured JSON response: Unterminated string starting at: line 58 column 4 (char 4260)