wujingjing
2024-12-10 6d5277904cd93216154d1ae8d8d452ff01725c55
1
2
3
4
5
export interface LLMNodeData {
  title: string
}
 
export interface LLMNodeEvents {}