We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ae036 commit 67bfd9aCopy full SHA for 67bfd9a
tests/server/fastmcp/test_integration.py
@@ -106,7 +106,7 @@ class AnswerSchema(BaseModel):
106
answer: str = Field(description="The user's answer to the question")
107
108
result = await ctx.elicit(message=f"Tool wants to ask: {prompt}", schema=AnswerSchema)
109
-
+
110
if result.action == "accept" and result.data:
111
return f"User answered: {result.data.answer}"
112
else:
0 commit comments