We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8127bf2 + eef1060 commit c7a3f46Copy full SHA for c7a3f46
1 file changed
app/tool/browser_use_tool.py
@@ -448,6 +448,22 @@ async def execute(
448
"extracted_content": {
449
"type": "object",
450
"description": "The content extracted from the page according to the goal",
451
+ "properties": {
452
+ "text": {
453
+ "type": "string",
454
+ "description": "Text content extracted from the page",
455
+ },
456
+ "metadata": {
457
+ "type": "object",
458
+ "description": "Additional metadata about the extracted content",
459
460
+ "source": {
461
462
+ "description": "Source of the extracted content",
463
+ }
464
465
466
467
}
468
},
469
"required": ["extracted_content"],
0 commit comments