-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve MySQL action to prevent AI hallucination and handle miss…
…ing schema info
- Loading branch information
Michael Liebmann
committed
Nov 25, 2024
1 parent
f6f8dee
commit 82e6be3
Showing
10 changed files
with
8,700 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Learn more about the plugin server configuration at | ||
# https://docs.connery.io/sdk/advanced/plugin-server#configuration | ||
|
||
API_KEY=123456 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/node_modules | ||
/dist | ||
.env | ||
.DS_Store | ||
.cursorrules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# mysql | ||
# mySQL | ||
|
||
Connery plugin to chat with a mySQL database | ||
|
||
## Repository structure | ||
|
||
This repository contains the plugin's source code. | ||
|
||
| Path | Description | | ||
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| [./src/index.ts](/src/index.ts) | **The entry point for the plugin.** It contains the plugin definition and references to all the actions. | | ||
| [./src/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](https://github.com/connery-io/connery-sdk), the open-source SDK for creating AI plugins and actions. | ||
|
||
[Learn how to use the plugin and its actions.](https://docs.connery.io/sdk/guides/use-a-plugin) | ||
|
||
## Support | ||
|
||
If you have any questions or need help with this plugin, please create an issue in this repository. |
Oops, something went wrong.