TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/iii-hq/sdk/llms.txt
Use this file to discover all available pages before exploring further.
FunctionInfo type contains metadata about a registered function in the III Engine.
Type Definition
- TypeScript
- Python
- Rust
Fields
The unique identifier (path) of the function. Use
:: for namespacing (e.g., external::my_lambda).Human-readable description of what the function does.
Schema definition for the function’s input parameters.
Schema definition for the function’s return value.
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