Skip to content

Commit 096ec07

Browse files
committed
format
1 parent 799eb27 commit 096ec07

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
@@ -97,7 +97,7 @@ class AnswerSchema(BaseModel):
9797
answer: str = Field(description="The user's answer to the question")
9898

9999
result = await ctx.elicit(message=f"Tool wants to ask: {prompt}", schema=AnswerSchema)
100-
100+
101101
if result.action == "accept" and result.data:
102102
return f"User answered: {result.data.answer}"
103103
else:

0 commit comments

Comments
 (0)