alfredwallace7

Results 6 comments of alfredwallace7

Same problem, versions of packages would be very helpful.

I'd love to see this feature too. It would definitly make "continue" the best LLM IDE integration ever! Thanks for the great work!

I was giving it a try on windows 11, same error

Thanks for you replies. I'll fully read the doc and try the hack!

Hello manthanguptaa, Thanks for looking into this. I tested the following code on a fresh virtual environment on another machine: ``` from phi.agent import Agent from phi.tools.sql import SQLTools from...

Could it be: ``` structured_output_agent_response: RFQDocument = structured_output_agent.run(prompt) print(json.dumps(structured_output_agent.content.to_dict(), indent=2)) ```