Переглянути джерело

Merge pull request #21 from eltociear/patch-1

chore: update schemas.ts
Ashu 5 місяців тому
батько
коміт
a9c1d1b937

+ 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(),
   }),