Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Pichler <git@patrickpichler.dev>
  • Loading branch information
Patrick Pichler authored and patrickpichler committed Apr 25, 2023
1 parent 947e94f commit c29860d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion cmd/serve/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
var (
port string
backend string
token string
)

var ServeCmd = &cobra.Command{
Expand Down
3 changes: 0 additions & 3 deletions pkg/ai/prompts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ package ai

const (
default_prompt = "Simplify the following Kubernetes error message and provide a solution in %s: %s"
prompt_a = "Read the following input %s and provide possible scenarios for remediation in %s"
prompt_b = "Considering the following input from the Kubernetes resource %s and the error message %s, provide possible scenarios for remediation in %s"
prompt_c = "Reading the following %s error message and it's accompanying log message %s, how would you simplify this message?"
)

0 comments on commit c29860d

Please sign in to comment.