Remove unclear comment about validate_call

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jeremiah Lowin 2025-06-22 08:35:52 -04:00
commit ef1368fda5

View file

@ -185,8 +185,6 @@ class FunctionPrompt(Prompt):
)
)
# Store original function without validate_call to handle our own conversion
return cls(
name=func_name,
description=description,