Make final outputs for the iterator.
make_final_outputs(
self,
outputs: dict[str, Any],
run_manager: CallbackManagerForChainRun | AsyncCallbackManagerForChainRun
) -> AddableDict| Name | Type | Description |
|---|---|---|
outputs* | dict[str, Any] | The outputs from the agent executor. |
run_manager* | CallbackManagerForChainRun | AsyncCallbackManagerForChainRun | The run manager to use for callbacks. |