Ensures that the parameters used by LLM tools are accurately derived from the relevant context within the chat history, promoting consistency and correctness in tool usage.
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).