You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "AI-powered search and chat with Perplexity. Use when you need to: (1) get AI responses with real-time web search, (2) perform batch research queries, or (3) answer questions with up-to-date information."
3
+
description: "AI-powered search and chat with Perplexity. Use when you need to: (1) get AI responses with real-time web search, or (2) answer questions with up-to-date information."
4
4
version: 1.0.0
5
5
skillId: skp-rkmnjbtpxxpidhck89q60yvt
6
6
workflowId: c-xz42o3itzw4bdnnhoovb16dv
@@ -10,52 +10,99 @@ category: text-data
10
10
11
11
# Perplexity
12
12
13
-
AI-powered search and chat with Perplexity. Use when you need to: (1) get AI responses with real-time web search, (2) perform batch research queries, or (3) answer questions with up-to-date information.
13
+
AI-powered search and chat with Perplexity. Use when you need to: (1) get AI responses with real-time web search, or (2) answer questions with up-to-date information.
14
14
15
15
## Input
16
16
17
17
Provide input as JSON:
18
18
19
19
```json
20
20
{
21
-
"query": "Search query or chat message for single query processing",
22
-
"queries": "Array of queries for batch search (comma-separated or JSON array format)"
21
+
"query": "Your search query or question"
23
22
}
24
23
```
25
24
26
-
## Execution (Pattern B: Text/Data)
25
+
## Execution
27
26
28
-
### Step 1: Run the Skill and Get Run ID
27
+
### Step 1: Run the Skill
29
28
30
29
```bash
31
-
RESULT=$(refly skill run --id skpi-sww12wxvy9zbfr1wwx35gybm --input '{
0 commit comments