Single merged branch
Tests ability to identify a single merged branch that can be safely deleted. Evaluates basic git branch --merged comprehension.
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 fix-typo - 08
echo 'Hello fixed' > greeting.txt - 09
git add greeting.txt - 10
git commit -m 'Fix typo' - 11
git checkout main - 12
git merge fix-typo - 13
git checkout -b feature-login - 14
echo 'Login code' > login.py - 15
git add login.py - 16
git commit -m 'Add login'
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
fix-typo
Fixture Metrics
Scoped model quality, cost, API time, and token usage for branch_cleanup/f001.
Loading...
Raw Attempt Evidence
Loading raw attempt evidence…
Model Outputs (546)
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
The `fix-typo` branch points to the same commit as `main` (6b6718e) and appears in the merged list, so it's safe to delete. `main` itself should never be deleted, and `feature-login` is not merged (its commit 201fdb2 doesn't appear in main's history).
Failure: Extra: ["The `fix-typo` branch points to the same commit as `main` (6b6718e) and appears in the merged list, so it's safe to delete. `main` itself should never be deleted, and `feature-login` is not merged (its commit 201fdb2 doesn't appear in main's history)."]
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
main
Failure: Extra: ['main']
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
main
JSON Schema
Structured Output
(raw) {
"branches_to_delete":[
"fix-typo",
"main"
]
}
Failure: Extra: ['main']
fix-typo
fix-typo
main
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo",
"main"
]
}
Failure: Extra: ['main']
fix-typo
fix-typo
main
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo",
"main"
]
}
Failure: Extra: ['main']
fix-typo
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
main
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo",
"main"
]
}
Failure: Extra: ['main']
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": [ "fix-typo" ] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": [ "fix-typo" ] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw)
{
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw)
{
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw)
{
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
main
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo",
"main"
]
}
Failure: Extra: ['main']
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": [ "fix-typo" ] }
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
main
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo", "main"]}
Failure: Extra: ['main']
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
feature-login
fix-typo
Failure: Extra: ['feature-login']
feature-login
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["feature-login", "fix-typo"]}
Failure: Extra: ['feature-login']
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete": ["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": ["fix-typo"]
}
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
fix-typo
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"fix-typo"
]
}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": ["fix-typo"] }
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) {"branches_to_delete":["fix-typo"]}
fix-typo
fix-typo
JSON Schema
Structured Output
(raw) { "branches_to_delete": [ "fix-typo" ]}
feature-login
Failure: Missing: ['fix-typo']
Extra: ['feature-login']
**fix-typo**
Reasoning:
- `fix-typo` — merged into main (same commit `b38c1c1`) and is not the main branch itself → safe to delete.
- `main` — although it appears in the merged list, it *is* the target branch, so it should never be deleted.
- `feature-login` — not in the merged list (points to `6401386 Add login`, which isn't in main) → keep it.
Failure: Missing: ['fix-typo']
Extra: ['**fix-typo**', "- `feature-login` — not in the merged list (points to `6401386 Add login`, which isn't in main) → keep it.", '- `fix-typo` — merged into main (same commit `b38c1c1`) and is not the main branch itself → safe to delete.', '- `main` — although it appears in the merged list, it *is* the target branch, so it should never be deleted.', 'Reasoning:']
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: {
{
"branches_to_delete": ["fix-typo"]
}
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting property name enclosed in double quotes: line 2 column 1 (char 2)
Failure: Failed to parse structured JSON response: Expecting property name enclosed in double quotes: line 2 column 1 (char 2)
feature-login
Failure: Missing: ['fix-typo']
Extra: ['feature-login']
Invalid JSON. Output: fix-typo
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-login
Failure: Missing: ['fix-typo']
Extra: ['feature-login']
feature-Login
Failure: Missing: ['fix-typo']
Extra: ['feature-Login']
feature-login
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-login"
]
}
Failure: Missing: ['fix-typo']
Extra: ['feature-login']
feature-login
main
Failure: Missing: ['fix-typo']
Extra: ['feature-login', 'main']
feature-login
Failure: Missing: ['fix-typo']
Extra: ['feature-login']
Invalid JSON. Output: feature-login
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: fix-typo
JSON Schema
Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 2 (char 1)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 2 (char 1)
none
Failure: Missing: ['fix-typo']
Extra: ['none']
feature-login
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-login"
]
}
Failure: Missing: ['fix-typo']
Extra: ['feature-login']
none
Failure: Missing: ['fix-typo']
Extra: ['none']
feature-login
JSON Schema
Structured Output
(raw) {"branches_to_delete":["feature-login"]}
Failure: Missing: ['fix-typo']
Extra: ['feature-login']
fix
Failure: Missing: ['fix-typo']
Extra: ['fix']
Invalid JSON. Output: fix-typo
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
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-11114c9f-b272-9778-9c13-10f46d38dc90","request_id":"11114c9f-b272-9778-9c13-10f46d38dc90"}', '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-f9845841-4f26-9b40-a3f4-1bc2019f7c9b","request_id":"f9845841-4f26-9b40-a3f4-1bc2019f7c9b"}', '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-71e11df6-1d3a-9f1b-849d-c276ff44cdca","request_id":"71e11df6-1d3a-9f1b-849d-c276ff44cdca"}', '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-3eaca4ba-d15c-9b14-959e-4fd172765708","request_id":"3eaca4ba-d15c-9b14-959e-4fd172765708"}', '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-23519c3c-153b-9230-b5f7-b83713c5c5ad","request_id":"23519c3c-153b-9230-b5f7-b83713c5c5ad"}', '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-772722ea-b59a-994e-bba7-fc5c71e20652"}\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-46b8dfde-9abb-9928-bc2f-d82c2fe4e014"}\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-1c03cb15-6c4b-9dd8-88dd-3b7645000e55"}\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-94944ba4-bea3-9ba4-8bfd-bd6817882942"}\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-73bce3e6-7194-9128-af4d-08ab6e4dc8f5"}\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-801afa75-d063-9323-84a4-02e666b14513","request_id":"801afa75-d063-9323-84a4-02e666b14513"}', '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-b62d2456-9b6c-9191-8cbf-6325f06a8144","request_id":"b62d2456-9b6c-9191-8cbf-6325f06a8144"}', '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-10501a75-a6d0-9ebe-a8d6-a0c9bbeacd13","request_id":"10501a75-a6d0-9ebe-a8d6-a0c9bbeacd13"}', '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-e50c14a6-1c5c-9134-a49f-f82b6f3a5728","request_id":"e50c14a6-1c5c-9134-a49f-f82b6f3a5728"}', '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-2c7e7489-c919-9a32-8105-a86cfca2f8ac","request_id":"2c7e7489-c919-9a32-8105-a86cfca2f8ac"}', '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-fd02fe38-1b70-90ae-98c3-8818db9a50c5","request_id":"fd02fe38-1b70-90ae-98c3-8818db9a50c5"}', '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-239d7713-33b2-91b3-80f2-8da6b1b5720d","request_id":"239d7713-33b2-91b3-80f2-8da6b1b5720d"}', '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-9cbf7e4e-32c2-9177-b952-e4cdfaef324b","request_id":"9cbf7e4e-32c2-9177-b952-e4cdfaef324b"}', '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-616095cd-decc-952f-9410-6b51110fcf80","request_id":"616095cd-decc-952f-9410-6b51110fcf80"}', '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-c407cdeb-b6b3-9a5a-9d87-d9a982cbd651","request_id":"c407cdeb-b6b3-9a5a-9d87-d9a982cbd651"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: OpenAI-compatible response contained provider error: Provider returned error
Invalid JSON. Output: fix-typo{"branches_to_delete": ["fix-typo"]}
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: fix-typo
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: fix-typo
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: fix-typo
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-login
Failure: Missing: ['fix-typo']
Extra: ['feature-login']
Invalid JSON. Output: feature-login{
"branches_to_delete": [
"feature-login"
]
}
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)
none
Failure: Missing: ['fix-typo']
Extra: ['none']
(empty output)
JSON Schema
Structured Output
(raw) {"branches_to_delete":[]}
Failure: Missing: ['fix-typo']
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-login
Failure: Missing: ['fix-typo']
Extra: ['feature-login']
feature-login
JSON Schema
Structured Output
(raw) {
"branches_to_delete": [
"feature-login"
]
}
Failure: Missing: ['fix-typo']
Extra: ['feature-login']