FunctionMeta
Metadata for a single @function-decorated callable in a Function script.
nameName (string)required
Function name
descriptionDescription (string)
One-line description
Default value:
tagsstring[]
Classification tags
Default value:
[]signature object
Extracted Python signature, or null when signature extraction fails.
- string
- null
string
is_asyncIs Async (boolean)
Whether the function is async
Default value:
falseFunctionMeta
{
"name": "string",
"description": "",
"tags": [
"string"
],
"signature": "string",
"is_async": false
}