I am using the agent.print_response
method in my Streamlit application to analyze financial filings. However, the method prints the response directly to the terminal instead of returning it as a value. As a result, when I attempt to store the result in a variable (e.g., raw_result
), it becomes None
.
This behavior is causing issues in further processing, as I cannot access or manipulate the response programmatically.