Parcourir la source

chore: update schemas.ts

specifc -> specific
Ikko Eltociear Ashimine il y a 5 mois
Parent
commit
35bcaf9897
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      chrome-extension/src/background/agent/actions/schemas.ts

+ 1 - 1
chrome-extension/src/background/agent/actions/schemas.ts

@@ -79,7 +79,7 @@ export const openTabActionSchema: ActionSchema = {
 export const extractContentActionSchema: ActionSchema = {
   name: 'extract_content',
   description:
-    'Extract page content to retrieve specific information from the page, e.g. all company names, a specifc description, all information about, links with companies in structured format or simply links',
+    'Extract page content to retrieve specific information from the page, e.g. all company names, a specific description, all information about, links with companies in structured format or simply links',
   schema: z.object({
     goal: z.string(),
   }),