File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines 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.
@@ -781,7 +781,7 @@ class ModelHint(BaseModel):
781
781
782
782
class ModelPreferences (BaseModel ):
783
783
"""
784
- The server's preferences for model selection, requested of the client during
784
+ The server's preferences for model selection, requested by the client during
785
785
sampling.
786
786
787
787
Because LLMs can vary along multiple dimensions, choosing the "best" model is
@@ -1012,7 +1012,7 @@ class CancelledNotificationParams(NotificationParams):
1012
1012
1013
1013
class CancelledNotification (Notification ):
1014
1014
"""
1015
- This notification can be sent by either side to indicate that it is cancelling a
1015
+ This notification can be sent by either side to indicate that it is canceling a
1016
1016
previously-issued request.
1017
1017
"""
1018
1018
You can’t perform that action at this time.
0 commit comments