Skip to content
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

Add Session Facts #85

Merged
merged 16 commits into from
Jul 22, 2024
Merged

Add Session Facts #85

merged 16 commits into from
Jul 22, 2024

Conversation

paul-paliychuk
Copy link
Contributor

@paul-paliychuk paul-paliychuk commented Jul 22, 2024

🚀 This description was created by Ellipsis for commit faa8987

Summary:

Added addSessionFacts method to Memory class and updated SDK version to 1.0.10.

Key points:

  • Updated package.json to version 1.0.10.
  • Updated SDK version headers in src/api/resources/document/client/Client.ts, src/api/resources/memory/client/Client.ts, and src/api/resources/user/client/Client.ts to 1.0.10.
  • Added addSessionFacts method in src/api/resources/memory/client/Client.ts to add facts to a session.
  • Created src/api/resources/memory/client/requests/AddFactsRequest.ts for the AddFactsRequest interface.
  • Updated src/api/resources/memory/client/requests/index.ts to export AddFactsRequest.
  • Created src/serialization/resources/memory/client/requests/AddFactsRequest.ts for the AddFactsRequest serializer.
  • Updated src/serialization/resources/memory/client/requests/index.ts to export AddFactsRequest serializer.

Generated with ❤️ by ellipsis.dev

fern-api bot and others added 16 commits June 19, 2024 18:37
# Conflicts:
#	src/api/resources/document/client/Client.ts
#	src/api/resources/memory/client/Client.ts
#	src/api/resources/user/client/Client.ts
# Conflicts:
#	package.json
#	src/api/resources/document/client/Client.ts
#	src/api/resources/memory/client/Client.ts
#	src/api/resources/user/client/Client.ts
# Conflicts:
#	package.json
#	src/api/resources/document/client/Client.ts
#	src/api/resources/memory/client/Client.ts
#	src/api/resources/memory/client/requests/index.ts
#	src/api/resources/user/client/Client.ts
@paul-paliychuk paul-paliychuk marked this pull request as ready for review July 22, 2024 21:03
@paul-paliychuk paul-paliychuk merged commit 5a74bb0 into main Jul 22, 2024
3 checks passed
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to faa8987 in 1.0 minute and 0.5282600000000031 seconds

More details
  • Looked at 557 lines of code in 8 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. src/api/resources/memory/client/Client.ts:1206
  • Draft comment:
    The implementation of addSessionFacts method in Memory class is consistent with the existing codebase standards and correctly handles the HTTP interactions and potential errors. Good job on maintaining the code consistency and quality.
  • Reason this comment was not posted:
    Confidence changes required: 0%
    The PR introduces a new method addSessionFacts in the Memory class which allows adding facts to a session. The method correctly handles the HTTP request and response, including error handling. The method signature and implementation align with the existing patterns in the codebase. The PR also includes the necessary updates to the serialization and request structures to support this new functionality.

Workflow ID: wflow_kqXYA4j9J1ddLFEx


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant