Skip to content

Commit 67bfd9a

Browse files
ihrprdsp-ant
authored andcommitted
format
1 parent d4ae036 commit 67bfd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/fastmcp/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class AnswerSchema(BaseModel):
106106
answer: str = Field(description="The user's answer to the question")
107107

108108
result = await ctx.elicit(message=f"Tool wants to ask: {prompt}", schema=AnswerSchema)
109-
109+
110110
if result.action == "accept" and result.data:
111111
return f"User answered: {result.data.answer}"
112112
else:

0 commit comments

Comments
 (0)