-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add citation #1
Add citation #1
Conversation
WalkthroughThe update to the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range and nitpick comments (5)
README.md (5)
53-53
: Consider adding a comma.For better readability, consider adding a comma after "Firefox".
- python examples/desktop_env.py "Open Firefox" + python examples/desktop_env.py "Open Firefox",Tools
LanguageTool
[typographical] ~53-~53: Consider adding a comma here.
Context: ...op_env.py "Open Firefox"## Cite Please cite [our paper](https://arxiv.org/abs/... (PLEASE_COMMA) </blockquote></details> </details> --- `55-55`: **Specify the language for the fenced code block.** To adhere to Markdown best practices, specify the language for the fenced code block. ```diff - ``` + ```bibtex
Tools
Markdownlint
55-55: null
Fenced code blocks should have a language specified(MD040, fenced-code-language)
57-58
: Correct the title capitalization.Capitalize "environment" in the title for consistency.
- title={CRAB: Cross-environment Agent Benchmark for Multimodal Language Model Agents}, + title={CRAB: Cross-Environment Agent Benchmark for Multimodal Language Model Agents},
58-58
: Correct the author list format.Ensure the list of authors ends with "and others" consistently.
- author={Xu, Tianqi and Chen, Linyao and Wu, Dai-Jie and Chen, Yanjun and Zhang, Zecheng and Yao, Xiang and Xie, Zhiqiang and Chen, Yongchao and Liu, Shilong and Qian, Bochen and others}, + author={Xu, Tianqi and Chen, Linyao and Wu, Dai-Jie and Chen, Yanjun and Zhang, Zecheng and Yao, Xiang and Xie, Zhiqiang and Chen, Yongchao and Liu, Shilong and Qian, Bochen and others},
60-60
: Correct the page range format.Ensure the page range is formatted correctly.
- pages={arXiv--2407}, + pages={arXiv:2407},Review details
Configuration used: CodeRabbit UI
Review profile: CHILLFiles selected for processing (1)
- README.md (1 hunks)
Additional context used
LanguageTool
README.md
[typographical] ~53-~53: Consider adding a comma here.
Context: ...op_env.py "Open Firefox"## Cite Please cite [our paper](https://arxiv.org/abs/... (PLEASE_COMMA) </blockquote></details> </blockquote></details> <details> <summary>Markdownlint</summary><blockquote> <details> <summary>README.md</summary><blockquote> 55-55: null Fenced code blocks should have a language specified (MD040, fenced-code-language) </blockquote></details> </blockquote></details> </details> </details> <!-- This is an auto-generated comment by CodeRabbit for review status -->
No description provided.