Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions specification/resources/gen-ai/definitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3255,12 +3255,17 @@ apiLinkAgentFunctionInputPublic:
example: '"My Function Description"'
type: string
faas_name:
description: The name of the function in the DigitalOcean functions platform
example: '"my-function"'
description: The name of the function in the DigitalOcean functions platform.
Must include the package name as a prefix in the format package_name/function_name.
If the function is not created under a specific package, use "default" as
the package name (e.g. default/my-function).
example: '"package_name/function_name"'
type: string
faas_namespace:
description: The namespace of the function in the DigitalOcean functions platform
example: '"default"'
description: The UUID of the namespace in the DigitalOcean functions platform.
This is the unique identifier displayed below the namespace name in the control
panel, not the namespace name itself.
example: '"fn-abc01234-1234-1234-1234-123456789012"'
type: string
function_name:
description: Function name
Expand Down