Skip to content

Commit ccacd7f

Browse files
committed
fix(agent-tars): update browser control snapshots with corrected typos
1 parent ca267db commit ccacd7f

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

multimodal/agent-tars/core/tests/__snapshots__/browser_tools_hybrid.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ scroll(point='<point>x1 y1</point>', direction='down or up or right or left') -
1515
wait() - Wait 5 seconds and take a screenshot to check for changes
1616

1717
## Note
18-
- Folow user lanuage in in `thought` part.
18+
- Follow user language in in `thought` part.
1919
- Describe your thought in `step` part.
2020
- Describe your action in `Step` part.
2121
- Extract the data your see in `pageData` part.

multimodal/agent-tars/core/tests/__snapshots__/browser_tools_visual-grounding.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ scroll(point='<point>x1 y1</point>', direction='down or up or right or left') -
1515
wait() - Wait 5 seconds and take a screenshot to check for changes
1616

1717
## Note
18-
- Folow user lanuage in in `thought` part.
18+
- Follow user language in in `thought` part.
1919
- Describe your thought in `step` part.
2020
- Describe your action in `Step` part.
2121
- Extract the data your see in `pageData` part.

multimodal/websites/docs/docs/public/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ to = "https://preview.agent-tars.com/doc/*"
1313

1414
[[redirects]]
1515
from = "/showcase/*"
16-
to = "/showcase"
16+
to = "/showcase/index.html"
1717

1818
[[redirects]]
1919
from = "/replay/*"

multimodal/websites/docs/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"preview": "rspress preview"
99
},
1010
"dependencies": {
11-
"@rspress/core": "2.0.0-beta.31",
12-
"@rspress/theme-default": "2.0.0-beta.31",
11+
"@rspress/runtime": "2.0.0-beta.16",
12+
"@rspress/theme-default": "2.0.0-beta.16",
13+
"rspress": "2.0.0-beta.16",
1314
"react-icons": "5.5.0",
1415
"framer-motion": "12.19.2",
1516
"tailwindcss": "^3.4.17",
@@ -25,7 +26,7 @@
2526
"@types/react": "^18.2.75",
2627
"@types/react-dom": "^18.2.24",
2728
"@tarko/agent": "workspace:*",
28-
"@rspress/plugin-client-redirects": "2.0.0-beta.31",
29+
"@rspress/plugin-client-redirects": "2.0.0-beta.16",
2930
"@types/node": "^18.11.17",
3031
"rspress-plugin-mermaid": "^0.3.0"
3132
}

0 commit comments

Comments
 (0)