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.
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: adding conversation profile #147
feat: adding conversation profile #147
Changes from all commits
604f14e
4f58926
295d1b0
74c610f
d35e122
3ff7470
ff9438c
f4f844a
8e3369b
8ec8b6f
7abb288
6252b20
5cb0231
04ad9ac
d8c6002
e2808ef
012a813
82e3b49
0da432b
fad3b38
dbf4bd7
c02d133
fd39816
ab069d4
8c76dc5
be766b7
db7afcd
86b61c9
12198a4
7406103
df6ee7d
d6bd63f
e14342f
6663d1d
ca67260
e4ac95e
d00e57a
54bf77a
6635722
b8d1958
0d235e7
05e0ad1
1e483bc
69dff7d
83d527e
c0643ae
3b7bf78
efdc1bc
9402e5b
fcd46c6
e401d21
6686cdf
3335f41
2c4c46f
1dbe35c
ba9bede
6dedb6b
a959b22
e72c953
4122050
86a8648
7250173
ba47162
8b4a2e3
82ea2e1
8622caa
15319bc
a7e25a7
23cd1ee
8d1bba1
566e91f
d9acd7e
320a6b5
aff8c11
d22ef64
fdee8ff
25d47ac
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
🛠️ Refactor suggestion
Support deletion by
UUID
in__delitem__
method for consistency.The
__delitem__
method currently only accepts an integer index. Aligning it with__getitem__
and__setitem__
by accepting aUUID
would enhance consistency.Modify the method to handle both
int
andUUID
indices: