Skip to content

Commit 42d9d7e

Browse files
committed
Adjust prompt
1 parent 374f2a5 commit 42d9d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/ChatPlugins/AITerminalChatPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public actor AITerminalChatPlugin: ChatPlugin {
120120
let d = """
121121
Check if the given content is a phrase or sentence that considered a confirmation to run a command.
122122
123-
For example: "Yes", "Confirm", "True", "Please run it". It can be in any language.
123+
For example: "Yes", "Confirm", "True", "Run it". It can be in any language.
124124
"""
125125

126126
let result = try await callAIFunction(function: f, args: [content], description: d)

0 commit comments

Comments
 (0)