Reference
Main Schema
Field | Meaning |
---|---|
name | The name of the plugin. |
description | A brief description of the plugin. |
version | The version of the plugin (e.g. 1.0.3). |
fact_id | The ID of the facts associated with the plugin. |
funcions | A list of functions the plugin can perform. |
Function Schema
Field | Meaning |
---|---|
name | The name of the function. |
description | A brief description of the function. |
accessible_facts | A list of fact types that the function can access. |
prompt_transformer | The prompt passed in to the AI. Write $$input$$ to specify user input, and $$facts$$ to specify a collection of all accessible facts. |