mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-04-28 03:20:56 +00:00
6 lines
123 B
Go
6 lines
123 B
Go
package ai
|
|
|
|
const (
|
|
default_prompt = "Simplify the following Kubernetes error message and provide a solution in %s: %s"
|
|
)
|