agent_response.tool_sources[0].raw_output.source_nodes
name
and raw_input
get_formatted_sources
function to the agent responses yea π tool_sources
are lists of ToolOutput
objects raw_output
of the tool output could be anything (it depends on the tools the agent has), but since you know your tools are query engines, then the raw_output
is just a normal Response
object