mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 13:06:47 +02:00
Merged via squash.
Prepared head SHA: 4ccd4c5fc0
Co-authored-by: hxy91819 <8814856+hxy91819@users.noreply.github.com>
Co-authored-by: hxy91819 <8814856+hxy91819@users.noreply.github.com>
Reviewed-by: @hxy91819
26 lines
646 B
JSON
26 lines
646 B
JSON
{
|
|
"name": "protocol leak retries on smaller chunks",
|
|
"mode": "doc_body_chunked",
|
|
"rel_path": "gateway/configuration-reference.md",
|
|
"source_file": "source.txt",
|
|
"expected_file": "expected.txt",
|
|
"expected_output_not_contains": ["<frontmatter>", "<body>", "[[[FM_"],
|
|
"rules": [
|
|
{
|
|
"method": "raw",
|
|
"match_all": ["First chunk", "Second chunk"],
|
|
"response_file": "raw-leaked.txt"
|
|
},
|
|
{
|
|
"method": "raw",
|
|
"match_all": ["First chunk"],
|
|
"response_file": "raw-first.txt"
|
|
},
|
|
{
|
|
"method": "raw",
|
|
"match_all": ["Second chunk"],
|
|
"response_file": "raw-second.txt"
|
|
}
|
|
]
|
|
}
|