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.
@@ -781,7 +781,7 @@ class ModelHint(BaseModel):
781781
782782class ModelPreferences (BaseModel ):
783783 """
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
785785 sampling.
786786
787787 Because LLMs can vary along multiple dimensions, choosing the "best" model is
@@ -1012,7 +1012,7 @@ class CancelledNotificationParams(NotificationParams):
10121012
10131013class CancelledNotification (Notification ):
10141014 """
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
10161016 previously-issued request.
10171017 """
10181018
You can’t perform that action at this time.
0 commit comments