feat: add is LLM entry

This commit is contained in:
Rohit Rajan
2025-12-12 02:54:30 +05:30
parent d8de5031d3
commit 12dea8e24a
10 changed files with 29 additions and 16 deletions

View File

@@ -27,6 +27,7 @@ interface RobotMeta {
type?: 'extract' | 'scrape';
url?: string;
formats?: ('markdown' | 'html' | 'screenshot-visible' | 'screenshot-fullpage')[];
isLLM?: boolean;
}
interface RobotWorkflow {

View File

@@ -27,6 +27,7 @@ interface RobotMeta {
type?: 'extract' | 'scrape';
url?: string;
formats?: ('markdown' | 'html' | 'screenshot-visible' | 'screenshot-fullpage')[];
isLLM?: boolean;
}
interface RobotWorkflow {

View File

@@ -19,6 +19,7 @@ interface RobotMeta {
type?: 'extract' | 'scrape';
url?: string;
formats?: ('markdown' | 'html' | 'screenshot-visible' | 'screenshot-fullpage')[];
isLLM?: boolean;
}
interface RobotWorkflow {

View File

@@ -30,6 +30,7 @@ interface RobotMeta {
type?: 'extract' | 'scrape';
url?: string;
formats?: ('markdown' | 'html' | 'screenshot-visible' | 'screenshot-fullpage')[];
isLLM?: boolean;
}
interface RobotWorkflow {