Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

is_valid_tool_call_item

is_valid_tool_call_item(call_item: dict) -> bool
Check that a dictionary item has at least ‘name’, optionally ‘arguments’ and no other keys to match a tool call JSON Parameters:
NameDescription
call_itemType: dict