본문으로 건너뛰기

FunctionMeta

Metadata for a single @function-decorated callable in a Function script.

nameName (string)필수

Function name

descriptionDescription (string)

One-line description

기본값:
tagsstring[]

Classification tags

기본값: []
signature object

Extracted Python signature, or null when signature extraction fails.

하나 이상(anyOf)
string
is_asyncIs Async (boolean)

Whether the function is async

기본값: false
FunctionMeta
{
"name": "string",
"description": "",
"tags": [
"string"
],
"signature": "string",
"is_async": false
}