examples: send 'haiku' to claude-agent-service (bare alias, auto-roll-forward)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
536f432a46
commit
c1c1e2202b
2 changed files with 3 additions and 3 deletions
|
|
@ -110,7 +110,7 @@ async def test_fallback_escalates_when_qwen_returns_none() -> None:
|
|||
)
|
||||
|
||||
assert out is not None
|
||||
assert out.llm_model == "claude-haiku-4-5"
|
||||
assert out.llm_model == "haiku"
|
||||
assert out.country == "Philippines"
|
||||
|
||||
|
||||
|
|
@ -140,7 +140,7 @@ async def test_fallback_escalates_on_low_confidence() -> None:
|
|||
|
||||
assert out is not None
|
||||
assert out.country == "Thailand"
|
||||
assert out.llm_model == "claude-haiku-4-5"
|
||||
assert out.llm_model == "haiku"
|
||||
|
||||
|
||||
@respx.mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue