Skip to content

Commit 6a4a5a2

Browse files
committed
fix: table md fix
1 parent 5daf96a commit 6a4a5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/platform/integrations/ai/openclaw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ openclaw apify status
106106
The plugin registers a single `apify` tool with three actions:
107107

108108
| Action | Purpose |
109-
|--------|---------|
109+
| ------ | ------- |
110110
| `discover` | Search the Apify Store for Actors by keyword, or fetch an Actor's input schema |
111111
| `start` | Run an Actor asynchronously and get a `runId` back |
112112
| `collect` | Retrieve results from completed Actor runs |
@@ -142,7 +142,7 @@ Actor execution time varies depending on the task complexity. Check Actor run st
142142
## Configuration options
143143

144144
| Option | Type | Default | Description |
145-
|--------|------|---------|-------------|
145+
| ------ | ---- | ------- | ----------- |
146146
| `apiKey` | string | `APIFY_API_KEY` env var | Your Apify API token |
147147
| `baseUrl` | string | `https://api.apify.com` | Apify API base URL |
148148
| `maxResults` | number | `20` | Maximum items to return per dataset (1-1000) |

0 commit comments

Comments
 (0)