|
@@ -79,7 +79,7 @@ export const openTabActionSchema: ActionSchema = {
|
|
export const extractContentActionSchema: ActionSchema = {
|
|
export const extractContentActionSchema: ActionSchema = {
|
|
name: 'extract_content',
|
|
name: 'extract_content',
|
|
description:
|
|
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({
|
|
schema: z.object({
|
|
goal: z.string(),
|
|
goal: z.string(),
|
|
}),
|
|
}),
|