export { hasToolCall, parseJsonAction, parseToolCall, stripToolCall, } from "./protocol/json-action-parser.ts"; export type { ToolCallParseResult } from "./protocol/parser-types.ts";