blob: 4659fc92f6107e9df2fb2dfbdaa584254e1b2449 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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?
|