Open
Description
Prerequisites
- Search the current open issues
Question
As in most real world consumption of this project, LLMs will be used to trigger these tools. LLMs might pick incorrect parameter or we might want to alter the parameters on some conditions. In a fastmcp implementation, we can put the validation/alteration inside the tool but here as only queries can be fired, what's the best place to put the validation/alteration in? Please keep in mind, langchain gives no way to interrupt tool call when parameters are picked before calling the tool.
Code
No response
Additional Details
No response