FunctionInfo type contains metadata about a registered function in the III Engine.
Type Definition
- TypeScript
- Python
- Rust
Fields
string
required
The unique identifier (path) of the function. Use
:: for namespacing (e.g., external::my_lambda).string
Human-readable description of what the function does.
RegisterFunctionFormat
Schema definition for the function’s input parameters.
RegisterFunctionFormat
Schema definition for the function’s return value.
object
Additional custom metadata associated with the function.
Usage
FunctionInfo is returned by:
listFunctions()- Get all registered functionsonFunctionsAvailable()callback - Receive function list updates
- TypeScript
- Python
- Rust
Related Types
- RegisterFunctionFormat - Schema definition for parameters
- Trigger Configuration - Configure triggers for functions