fix: save call metadata in gathered context for an api trigger outbou… (#566)

* fix: save call metadata in gathered context for an api trigger outbound call

* fix: handle workflow run update failures

* fix: format

* fix: pin integration workflow runs to published definitions

* test: expect text chat runtime configuration
This commit is contained in:
Sabiha Khan 2026-07-21 19:31:36 +05:30 committed by GitHub
parent 84d3cd0c03
commit ded23b1daa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 133 additions and 2 deletions

View file

@ -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") == [