run_response
autogen.io.run_response.AsyncRunResponse
AsyncRunResponse
Parameters:
Name | Description |
---|---|
iostream | Type: AsyncThreadIOStream |
agents | Type: list[Agent] |
Instance Attributes
above_run
context_variables
cost
events
last_speaker
messages
summary
uuid
Instance Methods
process
Parameters:
Name | Description |
---|---|
processor | Type: AsyncEventProcessorProtocol | None Default: None |
set_ui_tools
Set the UI tools for the agents.
Parameters:Name | Description |
---|---|
tools | Type: list[Tool] |