Skip to content

Commit 9f889fa

Browse files
jefcodersamugit83
authored andcommitted
update
1 parent 154892d commit 9f889fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ CUA integration involves a feedback loop:
649649

650650
For CUA integration, we've implemented a default tool called `browser_navigation_cua` which is available in the `default_tools.py` file. This tool enables automated browser navigation and interaction with web content through OpenAI's Computer-Using Agent capabilities.
651651

652-
```json
652+
```python
653653
{
654654
"tool_name": "browser_navigation_cua",
655655
"lib_names": ["tools.cua.engine", "asyncio"],
@@ -683,7 +683,7 @@ def browser_navigation_cua(previous_output):
683683

684684
Important: To avoid confusion for the planner agent in Intellichain, activate only one browser automation tool at a time.
685685
In the default_tools.py file, set these parameters:
686-
```json
686+
```python
687687
"browser_navigation_surf_ai": False,
688688
"browser_navigation_cua": True,
689689
```

0 commit comments

Comments
 (0)