Checklist
Issue with current documentation:
https://docs.langchain.com/oss/javascript/langchain/tools#toolruntime here it says:
Use ToolRuntime to access all runtime information in a single parameter. Simply add runtime: ToolRuntime to your tool signature, and it will be automatically injected without being exposed to the LLM.
I tried to find this type but it seems like it may only exist in langchain python?
Idea or request for content:
Can a similar type be provided in langchain TypeScript so we can easily access state, context etc in tools?