Release branches
Tests ability to identify merged release branches for cleanup. Evaluates release-branch lifecycle management.
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 'v1' > version.txt - 05
git add version.txt - 06
git commit -m 'v1.0' - 07
git checkout -b release-1.0 - 08
echo 'v1.0' > release.txt - 09
git add release.txt - 10
git commit -m 'Release 1.0' - 11
git checkout main - 12
git merge release-1.0 - 13
git checkout -b release-2.0 - 14
echo 'v2.0' > release.txt - 15
git add release.txt - 16
git commit -m 'Release 2.0' - 17
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
release-1.0
Fixture Metrics
Scoped model quality, cost, API time, and token usage for branch_cleanup/f010.
Loading...
Raw Attempt Evidence
Loading raw attempt evidence…
Model Outputs (546)
release-1.0
**Reasoning:** The `release-1.0` branch points to the same commit as `main` (131591e) and appears in the "merged into main" list, so it's fully merged and safe to delete. The `release-2.0` branch (3a112c0) is not merged into main, so deleting it would lose work. `main` itself is never deleted.
Failure: Extra: ['**Reasoning:** The `release-1.0` branch points to the same commit as `main` (131591e) and appears in the "merged into main" list, so it\'s fully merged and safe to delete. The `release-2.0` branch (3a112c0) is not merged into main, so deleting it would lose work. `main` itself is never deleted.']
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
**Reasoning:** `release-1.0` points to the same commit as `main` (9be69ff) and appears in the "merged into main" list, so it's safe to delete. `release-2.0` (0da1274) is not merged into main, so deleting it would lose work.
Failure: Extra: ['**Reasoning:** `release-1.0` points to the same commit as `main` (9be69ff) and appears in the "merged into main" list, so it\'s safe to delete. `release-2.0` (0da1274) is not merged into main, so deleting it would lose work.']
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
**Reasoning:** The `git branch --merged` output shows only `release-1.0` is fully merged into main (it points to the same commit, 9853a88). `release-2.0` contains commit de6c6e1 which is not in main, so it should not be deleted.
Failure: Extra: ['**Reasoning:** The `git branch --merged` output shows only `release-1.0` is fully merged into main (it points to the same commit, 9853a88). `release-2.0` contains commit de6c6e1 which is not in main, so it should not be deleted.']
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
```
release-1.0
```
Failure: Extra: ['```']
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
Based on the merge status provided:
release-1.0
Failure: Extra: ['Based on the merge status provided:']
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["release-1.0"] }
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": [ "release-1.0" ] }
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": [ "release-1.0" ] }
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw)
{
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw)
{
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["release-1.0"] }
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["release-1.0"] }
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["release-1.0"]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": [ "release-1.0" ] }
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["release-1.0"] }
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["release-1.0"] }
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": [ "release-1.0" ] }
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": [ "release-1.0" ] }
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
\confidence{80}
Failure: Extra: ['\\confidence{80}']
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.0"]}
release-1.0
release-1.0
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["release-1.0"] }
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) { "branches_to_delete": [ "release-1.0" ] }
release-1.0
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["release-1.0"]}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-1.0"
]
}
release-1.0
release-1.0
JSON Schema
Structured Output
(raw) {"branches_to_delete":["release-1.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)
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)
(empty output)
JSON Schema
Structured Output
(raw) {
"branches_to_delete": []
}
Failure: Missing: ['release-1.0']
release-2.0
Failure: Missing: ['release-1.0']
Extra: ['release-2.0']
release-2.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-2.0"
]
}
Failure: Missing: ['release-1.0']
Extra: ['release-2.0']
release-2.0
Failure: Missing: ['release-1.0']
Extra: ['release-2.0']
Invalid JSON. Output: release-2.0
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: ['release-1.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)
release
Failure: Missing: ['release-1.0']
Extra: ['release']
(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-38aba5f7-5754-99ae-9f9d-5c65cd970806","request_id":"38aba5f7-5754-99ae-9f9d-5c65cd970806"}', '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-42c24c1c-87ea-9ec2-b385-a5948059cc30","request_id":"42c24c1c-87ea-9ec2-b385-a5948059cc30"}', '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-022f8784-936f-913e-93f9-e5d9b3b92c7c","request_id":"022f8784-936f-913e-93f9-e5d9b3b92c7c"}', '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-2720dde0-2254-9591-9c32-072244ca05b6","request_id":"2720dde0-2254-9591-9c32-072244ca05b6"}', '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-48fa235c-9d1f-9044-aa42-74f713f47883","request_id":"48fa235c-9d1f-9044-aa42-74f713f47883"}', '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-1fc6eb83-c7e2-92f7-a834-ad2786eeed5f"}\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-327dd61e-962f-9708-81f4-a13d8cca4a54"}\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-096dba99-8ea4-9e8e-819d-36dd0b37280e"}\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-08a3415f-15c4-985a-801c-d0711da888fe"}\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-2dba636b-8bed-943b-98a6-95cd021ab278"}\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-e278ce28-fcb6-9db2-8fa1-f256ac504d94"}\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-348c1a2d-9e34-90eb-9cd0-30920b177d1a","request_id":"348c1a2d-9e34-90eb-9cd0-30920b177d1a"}', '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-38e072ba-6e5d-9614-9526-fd02e6eb61ab","request_id":"38e072ba-6e5d-9614-9526-fd02e6eb61ab"}', '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-1b839510-84d8-9a91-8663-a87f4f848b26","request_id":"1b839510-84d8-9a91-8663-a87f4f848b26"}', '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-653e248a-fce6-9711-8c0d-9d4d7bb95e08","request_id":"653e248a-fce6-9711-8c0d-9d4d7bb95e08"}', '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-bf2789d0-3043-9ead-8124-b868c0daed1e","request_id":"bf2789d0-3043-9ead-8124-b868c0daed1e"}', '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-a082feee-0c97-98fd-84fb-c8397a436e65","request_id":"a082feee-0c97-98fd-84fb-c8397a436e65"}', '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-792936a2-82a2-997a-be04-673caea6d2b7","request_id":"792936a2-82a2-997a-be04-673caea6d2b7"}', '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-e7ff0c91-ba28-9c15-9f28-bb96576ea015","request_id":"e7ff0c91-ba28-9c15-9f28-bb96576ea015"}', '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-dda63b20-7863-9b08-8711-c7f2b5e62dc6","request_id":"dda63b20-7863-9b08-8711-c7f2b5e62dc6"}', '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-7b0fd67a-522f-9d02-9854-27e6766e08f8","request_id":"7b0fd67a-522f-9d02-9854-27e6766e08f8"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
Failure: Model 'tencent/hy3:none' violated the reasoning_level=none invariant: provider reported 495 reasoning token(s)
Invalid JSON. Output: release-1.0{ "branches_to_delete": ["release-1.0"] }
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: release-1.0
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: release-1.0
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: release-1.0
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: release-1.0{
"branches_to_delete": [
"release-1.0"
]
}
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)
release-2.0
Failure: Missing: ['release-1.0']
Extra: ['release-2.0']
release-2.0
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"release-2.0"
]
}
Failure: Missing: ['release-1.0']
Extra: ['release-2.0']
Invalid JSON. Output: release-1.0
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)