When generating the JSON Schema for a tool input from a method, ToolContext is now excluded since it's not something we want the model to provide. The framework takes care of passing a value for it when actually executing the tool call. Fixes gh-2366 Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>