Multi-line config block conflict
Tests ability to resolve a config block conflict during rebase. Evaluates infrastructure-merge judgment with rebase polarity.
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
printf 'server: port: 8080 host: localhost' > config.yaml - 05
git add config.yaml - 06
git commit -m 'Initial config' - 07
git checkout -b prod - 08
printf 'server: port: 443 host: localhost' > config.yaml - 09
git add config.yaml - 10
git commit -m 'Use HTTPS port' - 11
git checkout main - 12
printf 'server: port: 8080 host: 0.0.0.0' > config.yaml - 13
git add config.yaml - 14
git commit -m 'Listen on all interfaces' - 15
git rebase prod
Prompt
Resolve the rebase conflict in config.yaml. The base had port: 8080 and host: localhost. Branch being rebased changed port to 443 (HTTPS) keeping localhost. Main branch kept port 8080 but changed host to 0.0.0.0. Provide ONLY the resolved file content.
Expected
server:
port: 443
host: 0.0.0.0
Fixture Metrics
Scoped model quality, cost, API time, and token usage for rebase/f006.
Loading...
Raw Attempt Evidence
Loading raw attempt evidence…
Model Outputs (546)
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
```
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100%
199 in → 1,673 out (1,643 reasoning)
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
--- config.yaml
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw)
{
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw)
{
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) { "resolved_content": "server:\n port: 443\n host: 0.0.0.0\n" }
```yaml
server:
port: 443
host: 0.0.0.0
```
```yaml
server:
port: 443
host: 0.0.0.0
```
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
```yaml
server:
port: 443
host: 0.0.0.0
```
```yaml
server:
port: 443
host: 0.0.0.0
```
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) { "resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 443\n host: 0.0.0.0"}
```yaml
server:
port: 443
host: 0.0.0.0
```
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0"}
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
```yaml
server:
port: 443
host: 0.0.0.0
```
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) { "resolved_content": "server:\n port: 443\n host: 0.0.0.0\n" }
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0\n"
}
--- config.yaml
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
--- config.yaml
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"--- config.yaml\nserver:\n port: 443\n host: 0.0.0.0"}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
```yaml
server:
port: 443
host: 0.0.0.0
```
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 443\n host: 0.0.0.0\n"
}
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 443\n host: 0.0.0.0\n"}
```yaml
server:
port: 443
host: 0.0.0.0
```
This resolution combines both intended changes: the HTTPS port (443) from the branch being rebased and the all-interfaces binding (0.0.0.0) from main, since the two changes touch different settings and aren't mutually exclusive.
Failure: Content mismatch: ['config.yaml']
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)
```yaml
server:
port: 443
host: 0.0.0.0
```
This merges both intents: the rebased branch's change to HTTPS (port 443) and main's change to listen on all interfaces (0.0.0.0), since each side modified a different line from the base.
Failure: Content mismatch: ['config.yaml']
(empty output)
Failure: Content mismatch: ['config.yaml']
```yaml
server:
port: 443
host: 0.0.0.0
```
**Reasoning:** Each branch made a separate, non-overlapping change from the base:
| Setting | Base | Rebased Branch (HEAD) | Main Branch | Resolution |
|---|---|---|---|---|
| `port` | 8080 | **443** *(changed)* | 8080 *(unchanged)* | **443** |
| `host` | localhost | localhost *(unchanged)* | **0.0.0.0** *(changed)* | **0.0.0.0** |
Both intentional changes are preserved: HTTPS (`443`) **and** listening on all interfaces (`0.0.0.0`).
Failure: Content mismatch: ['config.yaml']
```yaml
server:
port: 443
host: 0.0.0.0
```
Both changes are independent and should be preserved: the rebased branch's HTTPS port (443) and main's change to listen on all interfaces (0.0.0.0).
Failure: Content mismatch: ['config.yaml']
```yaml
server:
port: 443
host: 0.0.0.0
```
**Reasoning:** Both branches made non-overlapping intentional changes that should be preserved:
- The rebased branch's meaningful change was **port: 443** (switch to HTTPS).
- Main's meaningful change was **host: 0.0.0.0** (listen on all interfaces).
The correct merge keeps both, so the final config uses port 443 and host 0.0.0.0.
Failure: Content mismatch: ['config.yaml']
Looking at this rebase, I need to combine both intentional changes:
- **Branch being rebased**: changed port to `443` (HTTPS)
- **Main branch**: changed host to `0.0.0.0` (all interfaces)
Both changes are complementary, so the resolution keeps both.
**A note on the conflict markers during rebase:** During a rebase, `HEAD` refers to the branch you're rebasing *onto* (main, with `0.0.0.0`), and the incoming side (`c9fac88`) is your branch's commit (port `443`). So `HEAD` here is actually main's `port: 8080` / `host: 0.0.0.0`... but the labels in your paste show `HEAD` as `port: 443`, which is inverted from typical rebase behavior.
Regardless of which side is which, the *intended* resolution combines both distinct changes:
```yaml
server:
port: 443
host: 0.0.0.0
```
This keeps the HTTPS port from the rebased branch and the all-interfaces host from main.
Failure: Content mismatch: ['config.yaml']
```yaml
server:
port: 443
host: 0.0.0.0
```
**Resolution logic:**
| Field | Base | Branch (HEAD) | Main (01dc22d) | Resolution |
|-------|------|---------------|----------------|------------|
| `port` | 8080 | **443** (changed) | 8080 (unchanged) | **443** — accept the intentional HTTPS change |
| `host` | localhost | localhost (unchanged) | **0.0.0.0** (changed) | **0.0.0.0** — accept the intentional interface binding change |
Both changes are independent modifications to different fields. Each branch touched only one field, so both changes are taken — neither conflicts with the other's intent.
Failure: Content mismatch: ['config.yaml']
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
Failure: Connection error.
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)
server:
port: 443
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
server:
port: 443
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
---
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "---\nserver:\n port: 443\n host: 0.0.0.0\n"}
Failure: Content mismatch: ['config.yaml']
server:
port: 443
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
server:
port: 8080
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 8080\n host: 0.0.0.0"
}
Failure: Content mismatch: ['config.yaml']
(empty output)
JSON Schema
Structured Output
Failure: Connection error.
server: port: 443 host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server: port: 443 host: 0.0.0.0"
}
Failure: Content mismatch: ['config.yaml']
---
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "---\nserver:\n port: 443\n host: 0.0.0.0\n"}
Failure: Content mismatch: ['config.yaml']
server
port: 443
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
server
port: 443
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
--- config.yaml
server:
port: 443
host: localhost
---
JSON Schema
Structured Output
(raw) {
"resolved_content": "--- config.yaml\nserver:\n port: 443\n host: localhost\n---\n"
}
Failure: Content mismatch: ['config.yaml']
```yaml
--- config.yaml
server:
port: 443
host: 0.0.0.0
```
Failure: Expected file heading before file content
```yaml
server:
port: 8080
host: 0.0.0.0
```
Failure: Content mismatch: ['config.yaml']
Invalid JSON. Output: ```yaml
server:
port: 443
host: localhost
```
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: Connection error.
(empty output)
JSON Schema
Structured Output
Failure: Connection error.
server:
port: 8080
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "server:\n port: 8080\n host: 0.0.0.0\n"}
Failure: Content mismatch: ['config.yaml']
---
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "---\nserver:\n port: 443\n host: 0.0.0.0"}
Failure: Content mismatch: ['config.yaml']
---
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "---\nserver:\n port: 443\n host: 0.0.0.0"}
Failure: Content mismatch: ['config.yaml']
(empty output)
JSON Schema
Structured Output
Failure: Connection error.
---
server:
port: 443
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content": "---\nserver:\n port: 443\n host: 0.0.0.0"}
Failure: Content mismatch: ['config.yaml']
(empty output)
JSON Schema
Structured Output
Failure: Connection error.
server:
port: 443
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
(empty output)
JSON Schema
Structured Output
Failure: Connection error.
--- config.yaml
server:
port: 8080
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
server:
port: 8080
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 8080\n host: 0.0.0.0\n"
}
Failure: Content mismatch: ['config.yaml']
server:
port: 8080
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 8080\n host: 0.0.0.0\n"}
Failure: Content mismatch: ['config.yaml']
server:
port: 8080
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
server:
port: 8080
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 8080\n host: 0.0.0.0\n"}
Failure: Content mismatch: ['config.yaml']
server:
port: 8080
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
server:
port: 8080
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {"resolved_content":"server:\n port: 8080\n host: 0.0.0.0\n"}
Failure: Content mismatch: ['config.yaml']
server:
port: 8080
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
(empty output)
JSON Schema
Structured Output
Failure: Connection error.
server:
port: 443
host: 0.0.0.0
>>>>>>> 7bbf7b7 (Listen on all interfaces)
Failure: Content mismatch: ['config.yaml']
server:
port: 8080
host: 0.0.0.0
JSON Schema
Structured Output
(raw) {
"resolved_content": "server:\n port: 8080\n host: 0.0.0.0\n"
}
Failure: Content mismatch: ['config.yaml']
```
--- config.yaml
server:
port: 443
host: 0.0.0.0
```
Failure: Expected file heading before file content
```yaml
config.yaml
server:
port: 443
host: 0.0.0.0
```
Failure: Expected file heading before file content
(empty output)
JSON Schema
Structured Output
Failure: Connection error.
(empty output)
JSON Schema
Structured Output
Failure: Connection error.
(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-1fce3f3b-9f64-992b-b54e-ebc43a25f37c","request_id":"1fce3f3b-9f64-992b-b54e-ebc43a25f37c"}', '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-f725b131-c086-93cb-944f-88c73cb50469","request_id":"f725b131-c086-93cb-944f-88c73cb50469"}', '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-95ee5ee4-daa0-97c6-b5a9-a83bea0daa59","request_id":"95ee5ee4-daa0-97c6-b5a9-a83bea0daa59"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
--- config.yaml
server:
port: 8080
host: 0.0.0.0
Failure: Content mismatch: ['config.yaml']
(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-646a1955-3d5f-9e93-a7c3-9983b8ef5f3d","request_id":"646a1955-3d5f-9e93-a7c3-9983b8ef5f3d"}', '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-3ee9a332-bae3-9471-9e03-3c0f24d221b0","request_id":"3ee9a332-bae3-9471-9e03-3c0f24d221b0"}', '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-9fd30882-b221-97df-9638-8aece2a6c7f5"}\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-889044a7-3a04-9dad-b95a-91633abfbd00"}\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-83dc3f42-74f1-97b0-883d-41b80b205a51"}\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-633f4c09-4271-9237-a0d3-cfbbf55ef424"}\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-42dae19d-d18f-9c20-926b-d3f8d42a17dd"}\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-3bc12337-1501-9089-86f9-f18459fa7d88"}\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-f8293383-2144-9041-a278-cc72d8d31304","request_id":"f8293383-2144-9041-a278-cc72d8d31304"}', '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-a985deed-3fb9-90db-a317-fbf25ed89d1d","request_id":"a985deed-3fb9-90db-a317-fbf25ed89d1d"}', '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-242f4b94-c9ed-9f92-9e2f-8498d10b4ce2","request_id":"242f4b94-c9ed-9f92-9e2f-8498d10b4ce2"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Connection error.
```yaml
--- config.yaml
server:
port: 443
host: 0.0.0.0
```
Failure: Expected file heading before file content
(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-c3fa5ff1-0ec3-920b-880c-e601bae8b9f6","request_id":"c3fa5ff1-0ec3-920b-880c-e601bae8b9f6"}', '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-b5e868ba-09e6-9a57-922d-30556fb8e920","request_id":"b5e868ba-09e6-9a57-922d-30556fb8e920"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
```
--- config.yaml
server:
port: 443
host: 0.0.0.0
```
Failure: Expected file heading before file content
(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-e8bf57ef-8aba-97d3-9846-24c88b073f34","request_id":"e8bf57ef-8aba-97d3-9846-24c88b073f34"}', '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-1bb47eda-7126-9f04-85ad-25026ea75ad0","request_id":"1bb47eda-7126-9f04-85ad-25026ea75ad0"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema
Structured Output
Failure: Connection error.
(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-e50ee96e-b826-934d-863f-29a83067bbad","request_id":"e50ee96e-b826-934d-863f-29a83067bbad"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
server:
port: 443
host: 0.0.0.0<|end_message|>
Failure: Content mismatch: ['config.yaml']
Invalid JSON. Output: server:
port: 443
host: 0.0.0.0{"resolved_content": "server:\n port: 443\n host: 0.0.0.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: server:
port: 443
host: 0.0.0.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: server:
port: 443
host: 0.0.0.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)
```yaml
server:
port: 8080
host: 0.0.0.0
```
Failure: Content mismatch: ['config.yaml']
(empty output)
JSON Schema
Structured Output
Failure: Connection error.