サポートにおける Duo Chat のケースシナリオ
概要
サポートチームで Duo Chat をどのように活用できるかを示すユースケースシナリオの例です。
言い換え
複雑さや言語の壁のためにチケットの理解が難しい場合、Duo Chat にリクエストを言い換えるよう促すことができます。
プロンプト
Please rephrase the following: “Detached HEAD state post-rebase causing phantom commits to resurface during fetch, leading to divergent branch tips despite clean working tree. Bisect fails to isolate culprit.”
Duo Chat の出力
After performing a rebase operation, the repository entered a detached HEAD state. During a subsequent fetch operation, some previously discarded or “phantom” commits unexpectedly resurfaced, causing the branch tips to diverge from the expected state, even though the local working tree was clean and up-to-date. Attempts to use the Git bisect tool to identify the commit that introduced the issue were unsuccessful.
Issue の検索
GitLab の Issue を検索する際、特にバグを探す際は、非常に正確なフレーズを思いつくのが難しいことがあります。
プロンプト
This is a bug report that was sent to us. Please provide a search phrase that I can use to see if it already exists in our issues.
Duo Chat の出力
“Service account token expiration after rotation”
This search phrase captures the key elements of the bug:
- It’s about service accounts
- It involves token expiration
- The issue occurs after token rotation
You might also try variations like:
- “Service account non-expiring token rotation”
- “Forced expiration on service account token rotation”
- “Service account token loses non-expiring status after rotation”
bfd74782)