274 call result in events when multiple concurrent tool calls are made.
275 """
276▶ # TODO: Consider making this NotRequired[str] in the future.
277
278 name: str
· · ·
308 """
309
310▶ # TODO: Consider making fields NotRequired[str] in the future.
311
312 type: Literal["tool_call_chunk"]
· · ·
319 call result in events when multiple concurrent tool calls are made.
320 """
321▶ # TODO: Consider making this NotRequired[str] in the future.
322
323 name: str | None
· · ·
341 """
342
343▶ # TODO: Consider making fields NotRequired[str] in the future.
344
345 type: Literal["invalid_tool_call"]
· · ·
352 call result in events when multiple concurrent tool calls are made.
353 """
354▶ # TODO: Consider making this NotRequired[str] in the future.
355
356 name: str | None