Hi, am new to autogen and been playing around with some of the samples, am doing so in a linux terminal running .py scripts directly, eg. samples/simple_chat.py . No matter, which sample/code I have been playing with the output from the agent will be trimmed to one line - also I keep getting those IOStream warning. Will this only work properly in a notebook setting or is there some argument I need to provide, that I missed, to enable more output? (I am using azure AI API)
"python3 samples/simple_chat.py
Provide feedback to agent. Press enter to skip and use auto-reply, or type 'exit' to end the conversation: Give me investment suggestions in 3 bullet points
No default IOStream has been set, defaulting to IOConsole.
user (to agent):
Give me investment suggestion in 3 bullet points
No default IOStream has been set, defaulting to IOConsole.
USING AUTO REPLY...
No default IOStream has been set, defaulting to IOConsole.
No default IOStream has been set, defaulting to IOConsole.
agent (to user):
- Research and invest in index funds or ETFs that track the overall market for
No default IOStream has been set, defaulting to IOConsole.
No default IOStream has been set, defaulting to IOConsole."