| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e334f7e commit 04586f8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ class RequestParams(BaseModel): | |||
| 42 | 42 | class Meta(BaseModel): | |
| 43 | 43 | progressToken: ProgressToken | None = None | |
| 44 | 44 | """ | |
| 45 | - If specified, the caller is requesting out-of-band progress notifications for | ||
| 45 | + If specified, the caller requests out-of-band progress notifications for | ||
| 46 | 46 | this request (as represented by notifications/progress). The value of this | |
| 47 | 47 | parameter is an opaque token that will be attached to any subsequent | |
| 48 | 48 | notifications. The receiver is not obligated to provide these notifications. | |
@@ -782,7 +782,7 @@ class ModelHint(BaseModel): | |||
| 782 | 782 | ||
| 783 | 783 | class ModelPreferences(BaseModel): | |
| 784 | 784 | """ | |
| 785 | - The server's preferences for model selection, requested of the client during | ||
| 785 | + The server's preferences for model selection, requested by the client during | ||
| 786 | 786 | sampling. | |
| 787 | 787 | ||
| 788 | 788 | Because LLMs can vary along multiple dimensions, choosing the "best" model is | |
@@ -1015,7 +1015,7 @@ class CancelledNotification( | |||
| 1015 | 1015 | Notification[CancelledNotificationParams, Literal["notifications/cancelled"]] | |
| 1016 | 1016 | ): | |
| 1017 | 1017 | """ | |
| 1018 | - This notification can be sent by either side to indicate that it is cancelling a | ||
| 1018 | + This notification can be sent by either side to indicate that it is canceling a | ||
| 1019 | 1019 | previously-issued request. | |
| 1020 | 1020 | """ | |
| 1021 | 1021 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments