Liqun Li

Results 109 comments of Liqun Li
trafficstars

@mussteven Hi, could you change `response_format` to `null`, not wrapped with `"`.

> I have one Query here, > > I have a SQL Db sitting on the Cloud and i am using similar Function to connect to it db = SQLDatabase.from_uri("SQL...

This may be a bit going beyond developing the plugin. It is a common issue for all db access scenarios. I didn't investigate it and you can take a look...

@tgmeggitt Thanks for reporting this issue. Could you share more context of this error? like which model are you using? and what are the full output in the console? that...

@tgmeggitt Thanks for adding more context. It looks like some dependencies are missing. Did you installed all the requirements?

@ezolenko Thanks for reporting this :) A second layer to block unexpected code behavior is to enable the verification function, where you can provide an allowed list of packages that...

We currently don't support restoring a closed session. `update_session_var` is not for this purpose, and it is used to pass arguments into plugins (e.g., keys) in a session. In practice,...