Skip to main content

Reference

Main Schema

FieldMeaning
nameThe name of the plugin.
descriptionA brief description of the plugin.
versionThe version of the plugin (e.g. 1.0.3).
fact_idThe ID of the facts associated with the plugin.
funcionsA list of functions the plugin can perform.

Function Schema

FieldMeaning
nameThe name of the function.
descriptionA brief description of the function.
accessible_factsA list of fact types that the function can access.
prompt_transformerThe prompt passed in to the AI. Write $$input$$ to specify user input, and $$facts$$ to specify a collection of all accessible facts.