Documentation Index
Fetch the complete documentation index at: https://gr-docs.aporia.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Tool Parameter Correctness policy is designed to enhance the reliability and precision of LLM tool usage. Its primary function is to ensure that:- The appropriate tools are selected based on the relevant context from the chat history.
- The parameters passed to these tools are derived accurately from the context.
User: “What is the weather like in Paris tomorrow?” LLM Response: Calling Weather API with parameter: Location = Paris, Date = TomorrowThis example highlights how the policy ensures the selection of the correct tool (Weather API) and the use of accurate parameters (Location = Paris, Date = Tomorrow).