Noting down a few best practices here that ideally should be in the docs later on
- The Tool schema should never be defined in instructions. Argument overrides can change the schema by hiding certain fields and this can confuse the LLM if these fields are visible in the instruction. We should specifiy everything we want to in the schema and field descriptions only