File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sources/platform/integrations/ai Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ openclaw apify status
106106The 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) |
You can’t perform that action at this time.
0 commit comments