Skip to content

Commit a17993d

Browse files
committed
Moved openai computer use page
Moved OpenAI computer use integration to solve merge conflict.
1 parent e8bd32c commit a17993d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
{
102102
"group": "Computer Use",
103103
"pages": [
104-
"integrations/computer-use/anthropic"
104+
"integrations/computer-use/anthropic",
105+
"integrations/computer-use/openai"
105106
]
106107
},
107108
"integrations/magnitude",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Computer Use (OpenAI)"
2+
title: "OpenAI"
33
---
44

55
[Computer Use](https://platform.openai.com/docs/guides/computer-use) is OpenAI's feature that enables AI models to interact with computers like humans do - through screen observation, cursor movement, and keyboard input. By integrating with Kernel, you can run Computer Use automations with cloud-hosted browsers, allowing your AI agents to navigate websites, fill forms, and interact with web applications autonomously.

0 commit comments

Comments
 (0)