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_function_schema
| Name | Description |
|---|---|
f | The function to get the JSON schema for Type: Callable[…, Any] |
name | The name of the function Type: str | None Default: None |
description | The description of the function Type: str |
| Type | Description |
|---|---|
| dict[str, typing.Any] | A JSON schema for the function |