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.

get_schema

get_schema(
    call: CallModel[Any, Any],
    embed: bool = False,
    resolve_refs: bool = False
) -> Dict[str, Any]
Parameters:
NameDescription
callType: CallModel[typing.Any, typing.Any]
embedType: bool

Default: False
resolve_refsType: bool

Default: False