mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
test: expect text chat runtime configuration
This commit is contained in:
parent
771363db8a
commit
d526234116
1 changed files with 4 additions and 0 deletions
|
|
@ -251,6 +251,10 @@ async def test_text_chat_session_creation_executes_initial_assistant_turn(
|
|||
assert workflow_run.initial_context == {
|
||||
"name": "explicit",
|
||||
"draft_only": "kept",
|
||||
"runtime_configuration": {
|
||||
"llm_provider": "openai",
|
||||
"llm_model": "gpt-4.1",
|
||||
},
|
||||
}
|
||||
assert "call_duration_seconds" in workflow_run.usage_info
|
||||
assert _log_texts(run_payload["logs"], "rtf-bot-text") == [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue