We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e2104 commit 3585b22Copy full SHA for 3585b22
.github/actions/conformance/client.py
@@ -187,7 +187,7 @@ async def run_sse_retry(server_url: str) -> None:
187
188
189
async def default_elicitation_callback(
190
- context: RequestContext[ClientSession, Any], # noqa: ARG001
+ context: RequestContext[ClientSession],
191
params: types.ElicitRequestParams,
192
) -> types.ElicitResult | types.ErrorData:
193
"""Accept elicitation and apply defaults from the schema (SEP-1034)."""
0 commit comments