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 |
|---|
includesOptional | object[] | - | An array of objects that contain the includes Parameters. |
includes Parameters
| Name | Type | Default | Description |
|---|
urlRequired | string | - | URL where the remote functions are defined. Authentication can also be set in the url in the format of username:password@url. |
functionRequired | string[] | - | An array of the function names to be included. |
meta_dataOptional | 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