diff options
| author | sigoden <sigoden@gmail.com> | 2024-12-30 19:03:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-30 19:03:40 +0800 |
| commit | 0a88f22df5235306e07a33d6f8b080db9c91bb7a (patch) | |
| tree | 59b8d015f64cd23c856ad9f44920278efc5567b9 /agents/sql/index.yaml | |
| parent | f81a81711b1e35e16ed8be7062c14ae550da4adb (diff) | |
| download | llm-functions-docker-0a88f22df5235306e07a33d6f8b080db9c91bb7a.tar.gz | |
feat: add sql agent (#152)
Diffstat (limited to 'agents/sql/index.yaml')
| -rw-r--r-- | agents/sql/index.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/agents/sql/index.yaml b/agents/sql/index.yaml new file mode 100644 index 0000000..4659fc9 --- /dev/null +++ b/agents/sql/index.yaml @@ -0,0 +1,13 @@ +name: Sql +description: An AI agent that helps you manage a SQL database +version: 0.1.0 +instructions: | + You are an AI agent that manages a SQL database. + + Available tools: + {{__tools__}} +variables: + - name: dsn + description: The database connection url. e.g. pgsql://user:pass@host:port +conversation_starters: + - What you can do?
\ No newline at end of file |
