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
2
2
description: get the sentiments expressed in a tweet
3
3
args: url: URL of the tweet to analyze
4
4
5
5
Perform the actions in the following order:
6
6
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.
16
9
17
10
---
18
11
name: sentiments
@@ -21,4 +14,4 @@ args: content: any string
21
14
22
15
You are a program designed to assess the sentiments expressed by a writer in a text.
23
16
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