Collin Dutter
Collin Dutter
This is possible now that core dependencies are minimal and 3P dependencies are optional.
Closing, this appears to be resolved today: ```python from griptape.structures import Agent from griptape.tools import DateTime agent = Agent( tools=[DateTime()], ) agent.run("what is the date 3 days from today?") agent.run("how...
Hey @ashkaaar sorry for the slow response! This sounds like a great idea, can you please outline a bit more on what you're thinking? What kind of use cases would...
https://github.com/snowflakedb/snowflake-sqlalchemy/pull/469 was finally merged, hopefully they make a release soon.
This seems to be a combination of the phrasing of `We don't serve dinner. Go home!` and the `VectorQueryEngine`'s default model of `gpt-3.5-turbo`. The model is getting confused getting confused....
Thanks for the extra context @mgcollie, and apologies for the premature closing! Will continue to play with this to see if we can reproduce and resolve for good.
@mgcollie apologies for never following back up with this. Quite a bit has changed with regards to RAG/Vector Stores since this original issue. I'm going to close this, but if...
@vasinov In the case of `SqlClient`, we cannot install dependencies on tool instantiation because it requires a `SqlDriver` to create the tool. And the `SqlDriver` will throw an error if...
This would be great to have. Maybe we also introduce a `JsonArtifact` that contains a `value: dict`? @ashkaaar can you please share more details around the `jq` schema?
Closed by https://github.com/griptape-ai/griptape/pull/698