Skip to content

connery-io/coda

Repository files navigation

Coda

Connery plugin for Coda. It's primary purpose is to fetch content from Coda docs.

The plugin currently contains one action: askCodaTable:

  • Allows you to chat with the content of a Coda table. Can be used for FAQ, Knowledge Base, etc.
  • The action will fetch up to the first 10 columns and provides the content as a context for the Connery assistant.
  • Allows you to provide additional instructions for the Connery assistant on how to handle the content.
    • This can be useful if the table contains additional information that should not be used for answering the question.
    • It can also be used to provide more context or output formatting instructions.

Repository structure

This repository contains the plugin's source code.

Path Description
./src/index.ts The entry point for the plugin. It contains the plugin definition and references to all the actions.
./src/actions/ This folder contains all the actions of the plugin. Each action is represented by a separate file with the action definition and implementation.

Built using Connery SDK

This plugin is built using Connery SDK, the open-source SDK for creating AI plugins and actions.

Learn how to use the plugin and its actions.

Support

If you have any questions or need help with this plugin, please create an issue in this repository.