fix: spelling
This commit is contained in:
		
							parent
							
								
									adb0249f29
								
							
						
					
					
						commit
						ed77345767
					
				| @ -46,7 +46,7 @@ const promptValidation = useValidation({ | |||||||
|       </n-form-item> |       </n-form-item> | ||||||
|     </c-card> |     </c-card> | ||||||
| 
 | 
 | ||||||
|     <c-card title="Splitted prompts"> |     <c-card title="Divided prompts"> | ||||||
|       <div v-for="(splittedPrompt, index) in splittedPrompts" :key="index"> |       <div v-for="(splittedPrompt, index) in splittedPrompts" :key="index"> | ||||||
|         <TextareaCopyable :value="splittedPrompt" /> |         <TextareaCopyable :value="splittedPrompt" /> | ||||||
|       </div> |       </div> | ||||||
|  | |||||||
| @ -4,7 +4,7 @@ import { defineTool } from '../tool'; | |||||||
| export const tool = defineTool({ | export const tool = defineTool({ | ||||||
|   name: 'AI Prompt Splitter', |   name: 'AI Prompt Splitter', | ||||||
|   path: '/ai-prompt-splitter', |   path: '/ai-prompt-splitter', | ||||||
|   description: 'Split a long document to multiple chat (ie ChatGPT) priompts', |   description: 'Split a long document to multiple chat (ie ChatGPT) prompts', | ||||||
|   keywords: ['ai', 'chatgpt', 'gpt', 'prompt', 'splitter'], |   keywords: ['ai', 'chatgpt', 'gpt', 'prompt', 'splitter'], | ||||||
|   component: () => import('./ai-prompt-splitter.vue'), |   component: () => import('./ai-prompt-splitter.vue'), | ||||||
|   icon: Prompt, |   icon: Prompt, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user