项目文件夹

文件
2026-07-13 12:37:41 +08:00

6 行
87 B
TypeScript

export interface AssistantRetrievalItem {
id: string
name: string
type: string
}