feat: add is LLM entry
This commit is contained in:
@@ -27,6 +27,7 @@ interface RobotMeta {
|
||||
type?: 'extract' | 'scrape';
|
||||
url?: string;
|
||||
formats?: ('markdown' | 'html' | 'screenshot-visible' | 'screenshot-fullpage')[];
|
||||
isLLM?: boolean;
|
||||
}
|
||||
|
||||
interface RobotWorkflow {
|
||||
|
||||
@@ -27,6 +27,7 @@ interface RobotMeta {
|
||||
type?: 'extract' | 'scrape';
|
||||
url?: string;
|
||||
formats?: ('markdown' | 'html' | 'screenshot-visible' | 'screenshot-fullpage')[];
|
||||
isLLM?: boolean;
|
||||
}
|
||||
|
||||
interface RobotWorkflow {
|
||||
|
||||
@@ -19,6 +19,7 @@ interface RobotMeta {
|
||||
type?: 'extract' | 'scrape';
|
||||
url?: string;
|
||||
formats?: ('markdown' | 'html' | 'screenshot-visible' | 'screenshot-fullpage')[];
|
||||
isLLM?: boolean;
|
||||
}
|
||||
|
||||
interface RobotWorkflow {
|
||||
|
||||
@@ -30,6 +30,7 @@ interface RobotMeta {
|
||||
type?: 'extract' | 'scrape';
|
||||
url?: string;
|
||||
formats?: ('markdown' | 'html' | 'screenshot-visible' | 'screenshot-fullpage')[];
|
||||
isLLM?: boolean;
|
||||
}
|
||||
|
||||
interface RobotWorkflow {
|
||||
|
||||
Reference in New Issue
Block a user