Built-in Tools
Ready-to-use tools for common AI capabilities
Pre-built tools that give AI access to browser context for debugging and assistance.
Web Search
Real-time web search with multi-provider support.
Screenshot
Capture and analyze the current page visually.
Console Logs
Read browser console for debugging.
Quick Setup
import { builtinTools } from '@yourgpt/copilot-sdk/core';
import { useTools } from '@yourgpt/copilot-sdk/react';
function BuiltInTools() {
useTools({
capture_screenshot: builtinTools.capture_screenshot,
capture_console: builtinTools.capture_console,
});
return null;
}Available Tools
| Tool | Description |
|---|---|
web_search | Search the web for real-time information (server-side) |
capture_screenshot | Takes screenshot of current page for visual analysis |
capture_console | Captures recent console logs for debugging |
Privacy
All built-in tools require user approval before capturing data. Users see exactly what will be shared with the AI.