-
Notifications
You must be signed in to change notification settings - Fork 0
feat(u3-question-route-observability): QUESTION_ANSWERED に解決経路の観測属性を追加する #2487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
115de54
5599e20
e4676dc
dbda66d
4ad0549
1a989ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6231,6 +6231,10 @@ | |
| "unitId": "amadeus-log answer", | ||
| "minMechanism": "cli", | ||
| "coveredBy": [ | ||
| { | ||
| "file": "tests/integration/t488-question-route-observability.integration.test.ts", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win
同じテストを 修正例 "unitId": "QUESTION_ANSWERED",
"coveredBy": [
+ {
+ "file": "tests/integration/t488-question-route-observability.integration.test.ts",
+ "mechanism": "cli"
+ }
],
- "status": "UNCOVERED"
+ "status": "covered"🤖 Prompt for AI Agents |
||
| "mechanism": "cli" | ||
| }, | ||
| { | ||
| "file": "tests/unit/t31.test.ts", | ||
| "mechanism": "cli" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.