Remote function signatures to include in SWAIG functions. Will allow you to include functions that are defined in a remote location
that can be executed during the interaction with the AI.
Name | Type | Default | Description |
---|
includes Optional | object[] | - | An array of objects that contain the includes Parameters . |
includes Parameters
Name | Type | Default | Description |
---|
url Required | string | - | URL where the remote functions are defined. Authentication can also be set in the url in the format of username:password@url . |
function Required | string[] | - | An array of the function names to be included. |
meta_data Optional | object | - | Metadata to be passed to the remote function. These are key-value pairs defined by the user. |
Examples
- Including functions from a remote location