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'
|
| 'EVALUATION_SUMMARY'
|
||||||
| 'ROUTING'
|
| 'ROUTING'
|
||||||
| 'SHORTLIST'
|
| 'SHORTLIST'
|
||||||
|
| 'RANKING'
|
||||||
|
|
||||||
export type AIStatus = 'SUCCESS' | 'PARTIAL' | 'ERROR'
|
export type AIStatus = 'SUCCESS' | 'PARTIAL' | 'ERROR'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user