feat(01-02): add RANKING to AIAction type in ai-usage.ts
- Add | 'RANKING' to the AIAction union type - Enables logAIUsage calls with action: 'RANKING'
This commit is contained in:
@@ -20,6 +20,7 @@ export type AIAction =
|
||||
| 'EVALUATION_SUMMARY'
|
||||
| 'ROUTING'
|
||||
| 'SHORTLIST'
|
||||
| 'RANKING'
|
||||
|
||||
export type AIStatus = 'SUCCESS' | 'PARTIAL' | 'ERROR'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user