fix(admin-v2): Add missing AI tool IDs to AIToolId type
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
import { useState, useEffect } from 'react'
|
import { useState, useEffect } from 'react'
|
||||||
|
|
||||||
export type AIToolId = 'llm-compare' | 'test-quality' | 'gpu'
|
export type AIToolId = 'llm-compare' | 'test-quality' | 'gpu' | 'ocr-compare' | 'ocr-labeling' | 'rag-pipeline' | 'magic-help'
|
||||||
|
|
||||||
export interface AIToolModule {
|
export interface AIToolModule {
|
||||||
id: AIToolId
|
id: AIToolId
|
||||||
|
|||||||
Reference in New Issue
Block a user