Skip to content

Commit

Permalink
fix: add mysql to list of tools built (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertoyusta authored and olegklimov committed Dec 12, 2024
1 parent 5d44051 commit 89d13b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/tools/tools_description.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,19 @@ tools:
parameters_required:
- "query"
- name: "mysql"
agentic: true
description: "MySQL integration, can run a single query per call."
parameters:
- name: "query"
type: "string"
description: |
Don't forget semicolon at the end, examples:
SELECT * FROM table_name;
CREATE INDEX my_index_users_email ON my_users (email);
parameters_required:
- "query"
- name: "docker"
agentic: true
experimental: true
Expand Down

0 comments on commit 89d13b2

Please sign in to comment.