We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22b6993 + 1e78050 commit 9e7a3ffCopy full SHA for 9e7a3ff
examples/sentiments.gpt
@@ -1,11 +1,8 @@
1
tools: github.com/gptscript-ai/browser, sentiments
2
description: get the sentiments expressed in a tweet
3
-args: url: URL of the tweet to analyze
+parameters: url: URL of the tweet to analyze
4
5
-Perform the actions in the following order:
6
-
7
-Get the text of the tweet referenced by $url.
8
-Then, analyze the sentiments expressed in this tweet.
+Get the text of the tweet at ${url}. After getting the text, get its sentiments.
9
10
---
11
name: sentiments
0 commit comments