@ai-sdk-tool/parser 2.1.4 → 2.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -124,7 +124,7 @@ See `examples/parser-core/src/*` for runnable demos (streaming/non‑streaming,
124
124
  - Set `DEBUG_PARSER_MW=parse` to log original matched text and parsed summary.
125
125
  - Optional `DEBUG_PARSER_MW_STYLE=bg|inverse|underline|bold` to change highlight style.
126
126
  - Provider options passthrough: `providerOptions.toolCallMiddleware` fields are merged into protocol options. Internal fields used:
127
- - `toolNames`: internal propagation of custom tool names.
127
+ - `originalTools`: internal propagation of custom tool schemas.
128
128
  - `toolChoice`: internal fast‑path activation for required/specific tool modes.
129
129
  - Transform details: `transformParams` injects a system message built from protocol `formatTools` and clears `tools` since many providers strip/ignore them.
130
130