-
Notifications
You must be signed in to change notification settings - Fork 765
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem does this solve? (describe the problem you're experiencing)
- When trying to use
gemini-2.5-computer-use-preview-10-2025model with custom API endpoint,
BrowserOS doesn't automatically add the requiredtoolsparameter withcomputer_useconfiguration.
Error:
This model requires the use of the Computer Use tool.
How are you working around this today? (your current solution or workaround)
What's your proposed solution? (how should BrowserOS address this?)
*
BrowserOS should automatically detect this model and add the required payload:
{
"tools": [{
"computer_use": {
"environment": "ENVIRONMENT_BROWSER"
}
}]
}
References:
Additional context (optional - add screenshots, examples, or other helpful details)
*
Thanks for sharing your idea! We love hearing how we can make BrowserOS better. ✨
RealVishy, hoangtoni, ozp, felarof99, tsmkoen and 1 moreWhiteTorn
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request