Skip to content

Commit

Permalink
update env analysis prompt
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <[email protected]>
  • Loading branch information
jamsman94 committed Feb 17, 2025
1 parent 86ec8b2 commit b3ed1c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/tool/analysis/analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ const (

analysisPrompt = `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, and do not output thinking process:
错误: {Explain error here}
解决方案: {Step by step solution here}
错误: {Explain error here}
解决方案: {Step by step solution here}
Additional Request: the output should be in markdown format.
`
analysisChinesePrompt = `简化以下用 --- %s --- 语言编写的以三重破折号分隔的 Kubernetes 错误消息; --- %s ---。
以不超过 280 个字符的方式,一步一步地提供最可能的解决方案。按以下格式写出输出,不要输出思考过程:
Expand Down

0 comments on commit b3ed1c9

Please sign in to comment.