Spaces:
Running
Running
Jeremiah Lowin Claude commited on
Commit ·
b07d252
1
Parent(s): f574078
Remove unclear comment about validate_call
Browse files🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
src/fastmcp/prompts/prompt.py
CHANGED
|
@@ -185,8 +185,6 @@ class FunctionPrompt(Prompt):
|
|
| 185 |
)
|
| 186 |
)
|
| 187 |
|
| 188 |
-
# Store original function without validate_call to handle our own conversion
|
| 189 |
-
|
| 190 |
return cls(
|
| 191 |
name=func_name,
|
| 192 |
description=description,
|
|
|
|
| 185 |
)
|
| 186 |
)
|
| 187 |
|
|
|
|
|
|
|
| 188 |
return cls(
|
| 189 |
name=func_name,
|
| 190 |
description=description,
|