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