mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
[BREAKING] Python: Merge send_responses into run method (#3720)
* Streamline workflow run api with send responses in one method * Fixes * Address copilot feedback
This commit is contained in:
committed by
GitHub
Unverified
parent
15256bb616
commit
a17f13598b
+1
-1
@@ -755,7 +755,7 @@ class InvokeAzureAgentExecutor(DeclarativeActionExecutor):
|
||||
When externalLoop.when is configured and evaluates to true after agent response,
|
||||
this method emits an ExternalInputRequest via ctx.request_info() and returns.
|
||||
The workflow will yield, and when the caller provides a response via
|
||||
send_responses_streaming(), the handle_external_input_response handler
|
||||
run(responses=..., stream=True), the handle_external_input_response handler
|
||||
will continue the loop.
|
||||
"""
|
||||
state = await self._ensure_state_initialized(ctx, trigger)
|
||||
|
||||
Reference in New Issue
Block a user