-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[Components] zep #15601
Open
pipedream-component-development opened this issue
Feb 12, 2025
· 2 comments
· May be fixed by #15616
Open
[Components] zep #15601
pipedream-component-development opened this issue
Feb 12, 2025
· 2 comments
· May be fixed by #15616
Labels
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Comments
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zep
URLs
Polling Sources
new-session
Prompt
Emit new event when a new session is created in Zep.
URLs
new-message
Prompt
Emit new event when a message is added to a session in Zep. Users must provide sessionId.
URLs
session-updated
Prompt
Emit new event when an existing session is updated.
URLs
Actions
create-session
Prompt
Create a new session in Zep. Users must specify the sessionId and userId. Optional props are factRatingInstructions and metadata.
URLs
add-memory
Prompt
Add memory to an existing session in Zep. Users must specify messages. Optional props are factInstruction, returnContext, and summaryInstruction.
URLs
update-session
Prompt
Update an existing session in Zep. Users must specify the sessionId and metadata. Optional prop is factRatingInstruction.
URLs
The text was updated successfully, but these errors were encountered: