Skip to content

Commit 7ed4131

Browse files
committed
Update tests
1 parent e7c82a6 commit 7ed4131

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/resources/AiChatCommandProviderTest.aiChatCommandProviderHelpCommand

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
command:aichat
22

3-
** SchemaCrawler AI chat integration
3+
** Chat with an AI agent that has access to your schema
44

55
api-key
66
OpenAI API key
@@ -22,6 +22,7 @@ Optional, defaults to 10
2222

2323
use-metadata
2424
Allow sharing of database metadata with AI model to enhance chat responses
25+
This is useful if you would like help with SQL queries
2526
Optional, defaults to false
2627

2728
Add command options to the `execute` command in the SchemaCrawler Shell

src/test/resources/AiChatCommandProviderTest.aiChatCommandProviderPluginCommand

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
command:aichat
22

3-
** SchemaCrawler AI chat integration
3+
** Chat with an AI agent that has access to your schema
44

55
api-key
66
OpenAI API key
@@ -22,6 +22,7 @@ Optional, defaults to 10
2222

2323
use-metadata
2424
Allow sharing of database metadata with AI model to enhance chat responses
25+
This is useful if you would like help with SQL queries
2526
Optional, defaults to false
2627

2728
Add command options to the `execute` command in the SchemaCrawler Shell

0 commit comments

Comments
 (0)