Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ts/packages/agents/browser/src/agent/actionsSchema.mts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export type OpenWebPage = {
| "annotationsLibrary"
| "knowledgeLibrary"
| "macrosLibrary"
| WebPage;
| WebPage; // If the user didn't provide a protocol, assume http otherwise, preserve the protocol the user supplied.
// Enum indicating if the page to open in the new tab or the current tab.
// Default value is "current"
tab: "new" | "current" | "existing";
Expand Down
Loading