Skip to content

Commit

Permalink
Improve default prompt
Browse files Browse the repository at this point in the history
Signed-off-by: Camilo Giraldo <camigira@gmail.com>
  • Loading branch information
camigira committed May 14, 2023
1 parent ed73485 commit f5bb9a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/ai/prompts.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package ai

const (
default_prompt = "Simplify the following Kubernetes error message and provide a solution in %s: %s"
default_prompt = `Simplify the following Kubernetes error message delimited by triple dashes written in --- %s --- language; --- %s ---.
Provide the most possible solution in a step by step style in no more than 280 characters. Write the output in the following format:
Error:
Solution:
`
)

0 comments on commit f5bb9a8

Please sign in to comment.