File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class RequestParams(BaseModel):
4242 class Meta (BaseModel ):
4343 progressToken : ProgressToken | None = None
4444 """
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
4646 this request (as represented by notifications/progress). The value of this
4747 parameter is an opaque token that will be attached to any subsequent
4848 notifications. The receiver is not obligated to provide these notifications.
@@ -782,7 +782,7 @@ class ModelHint(BaseModel):
782782
783783class ModelPreferences (BaseModel ):
784784 """
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
786786 sampling.
787787
788788 Because LLMs can vary along multiple dimensions, choosing the "best" model is
@@ -1015,7 +1015,7 @@ class CancelledNotification(
10151015 Notification [CancelledNotificationParams , Literal ["notifications/cancelled" ]]
10161016):
10171017 """
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
10191019 previously-issued request.
10201020 """
10211021
You can’t perform that action at this time.
0 commit comments