-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
ref(cells): clean up rpc method signatures #111025
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
Changes from all commits
0f226e6
57cd345
a1f94f3
5f3ca29
2cddcc7
6c603ab
3a96b08
bc6c295
d1c2edf
7de7243
b813ff5
11cf374
ed31742
6c97034
884d26e
da598d5
7462549
1647438
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,8 +33,7 @@ def get_local_implementation(cls) -> RpcService: | |
| def clear_key( | ||
| self, | ||
| *, | ||
| cell_name: str | None = None, # TODO(cells): make required when all callers are updated | ||
| region_name: str | None = None, # TODO(cells): remove when all callers are updated | ||
|
lynnagara marked this conversation as resolved.
|
||
| cell_name: str, | ||
| key: str, | ||
| ) -> int: | ||
| pass | ||
|
Comment on lines
33
to
39
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The Suggested FixUpdate all call sites of Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews.
Comment on lines
33
to
39
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The Suggested FixUpdate all call sites of Prompt for AI Agent |
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.