Collin Dutter
Collin Dutter
@galshubeli here's the output: ``` INFO - Cleaning site directory INFO - Building documentation to directory: /home/docs/checkouts/readthedocs.org/user_builds/griptape/checkouts/1006/_readthedocs/html INFO - The following pages exist in the docs directory, but are not...
@galshubeli Are your dependencies up to date? Can you try: ```bash make install/all make docs ``` I do get quite a few `DeprecationWarning`s but you can ignore those. Separately, I...
Hey all, I'm going to close this PR for the reasons mentioned above. Once we're ready to support Graph Drivers we'll reach back out!
@dylanholmes @vasinov need some feedback on this. What's the criteria for adding a field to a Prompt Driver? For instance, do we include top_k on the Prompt Drivers that support...
@dylanholmes @vasinov another possible solution here is to get clever with attrs by allowing users to pass in arbitrary fields beyond what we've defined. Something like this: ```python def __init__(self,...
Don't necessarily need a review on this right now, want to explore a couple things first.
Could you throw in a `JsonLoader` to knock out https://github.com/griptape-ai/griptape/issues/439?
@vachillo can this issue be closed with the introduction of `fail_fast`?
@vachillo now that https://github.com/griptape-ai/griptape/pull/1404 is merged, can this be closed?
Related: https://github.com/griptape-ai/griptape/issues/439