OutputBrowserUseServerToolItem - TypeScript SDK

OutputBrowserUseServerToolItem type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

An openrouter:browser_use server tool output item

Example Usage

1import { OutputBrowserUseServerToolItem } from "@openrouter/sdk/models";
2
3let value: OutputBrowserUseServerToolItem = {
4 status: "completed",
5 type: "openrouter:browser_use",
6};

Fields

FieldTypeRequiredDescriptionExample
actionstringN/A
idstringN/A
screenshotB64stringN/A
statusmodels.ToolCallStatus✔️N/Acompleted
typemodels.OutputBrowserUseServerToolItemType✔️N/A