Question about the necessity of the `_tag` parameter in AIToolKit's JsonSchema for tool calls
Looking at the AIToolKit, do we really need to include the
_tag parameter in the JsonSchema for tool calls? There is already a redundant patch injectTag that gets called before decoding the params. This seems like it just pollutes the schema which can confuse a lot of models when they get more complex. Alternatively, is there a way to strip a TaggedRequest of its tag so its just back to a basic Schema?