feat(agent-browser): add opt-in preview data injection
This commit is contained in:
@@ -220,7 +220,8 @@ export default function makeloreRuntime(pi) {
|
||||
type: 'object', additionalProperties: true, required: ['action'],
|
||||
properties: {
|
||||
action: { type: 'string', enum: ['open', 'status', 'close', 'reset_profile', 'navigate', 'send_cdp', 'read_events', 'read_payload'] },
|
||||
url: { type: 'string' }, navigation: { type: 'string', enum: ['url', 'back', 'forward', 'reload'] },
|
||||
url: { type: 'string' }, injectProjectData: { type: 'boolean' },
|
||||
navigation: { type: 'string', enum: ['url', 'back', 'forward', 'reload'] },
|
||||
method: { type: 'string' }, params: { type: 'object' }, sessionRef: { type: 'string' },
|
||||
timeoutMs: { type: 'number' }, after: { type: 'number' }, methods: { type: 'array', items: { type: 'string' } },
|
||||
limit: { type: 'number' }, waitMs: { type: 'number' }, handle: { type: 'string' },
|
||||
|
||||
Reference in New Issue
Block a user