k8sgpt/pkg/ai/prompts.go
Patrick Pichler c29860d418 fix: remove dead code
Signed-off-by: Patrick Pichler <git@patrickpichler.dev>
2023-04-25 22:31:24 +02:00

6 lines
123 B
Go

package ai
const (
default_prompt = "Simplify the following Kubernetes error message and provide a solution in %s: %s"
)