Updated DurableAIAgent and fixed integration tests (#3241)

This commit is contained in:
Dmytro Struk
2026-01-15 13:43:26 -08:00
committed by GitHub
Unverified
parent 2ab859dd94
commit 6e9420f614
3 changed files with 11 additions and 9 deletions
@@ -364,7 +364,7 @@ class TestDurableAIAgent:
# Create thread and call
thread = agent.get_new_thread()
task = agent.run(messages="Test message", thread=thread, response_format=SampleSchema)
task = agent.run(messages="Test message", thread=thread, options={"response_format": SampleSchema})
assert isinstance(task, AgentTask)
assert task.children[0] == entity_task