File tree Expand file tree Collapse file tree 4 files changed +4
-58
lines changed Expand file tree Collapse file tree 4 files changed +4
-58
lines changed Original file line number Diff line number Diff line change 1- tools: sys.write, get-tweet-text , sentiments
1+ tools: github.com/gptscript-ai/browser , sentiments
22description: get the sentiments expressed in a tweet
33args: url: URL of the tweet to analyze
44
55Perform the actions in the following order:
66
7- Get the text of the tweet referenced by "${url} and save it in the file content.txt
8- Next analyze the sentiments expressed in this file
9-
10- ---
11- name: get-tweet-text
12- description: get text content of a tweet
13- args: url: url towards a tweet
14-
15- #!python3 main.py "$url"
7+ Get the text of the tweet referenced by $url.
8+ Then, analyze the sentiments expressed in this tweet.
169
1710---
1811name: sentiments
@@ -21,4 +14,4 @@ args: content: any string
2114
2215You are a program designed to assess the sentiments expressed by a writer in a text.
2316
24- Do not give too many details, just the overall sentiments that is expressed in "${content}"
17+ Do not give too many details, just the overall sentiments that is expressed in "${content}"
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments