-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
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.
👍 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 in8
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 ofaddSessionFacts
method inMemory
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 methodaddSessionFacts
in theMemory
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
Added
addSessionFacts
method toMemory
class and updated SDK version to1.0.10
.Key points:
package.json
to version1.0.10
.src/api/resources/document/client/Client.ts
,src/api/resources/memory/client/Client.ts
, andsrc/api/resources/user/client/Client.ts
to1.0.10
.addSessionFacts
method insrc/api/resources/memory/client/Client.ts
to add facts to a session.src/api/resources/memory/client/requests/AddFactsRequest.ts
for theAddFactsRequest
interface.src/api/resources/memory/client/requests/index.ts
to exportAddFactsRequest
.src/serialization/resources/memory/client/requests/AddFactsRequest.ts
for theAddFactsRequest
serializer.src/serialization/resources/memory/client/requests/index.ts
to exportAddFactsRequest
serializer.Generated with ❤️ by ellipsis.dev