-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(drivers): add GriptapeCloudPromptDriver #1692
Conversation
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
8ec9132
to
94023fd
Compare
3b1f9ec
to
0f1a834
Compare
0f1a834
to
4f40645
Compare
2aa3811
to
542878e
Compare
542878e
to
61626e1
Compare
}, | ||
} | ||
|
||
def __to_griptape_tools__(self, tools: list[BaseTool]) -> list[dict]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldnt this be __to_griptape_tools
for the python auto-private-method-mangling?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know where those trailing __
s came from, removed.
fedb08c
to
222c055
Compare
docs/griptape-framework/drivers/src/prompt_drivers_griptape_cloud.py
Outdated
Show resolved
Hide resolved
f2be8b3
to
377e958
Compare
377e958
to
7f86964
Compare
7f86964
to
64270e4
Compare
Describe your changes
Adds
GriptapeCloudPromptDriver
.Issue ticket number and link
NA