Explorar el Código

chore: update schemas.ts

specifc -> specific
Ikko Eltociear Ashimine hace 5 meses
padre
commit
35bcaf9897
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(),
   }),