Spaces:
Sleeping
Sleeping
Initial commit with full functionality extend app req tools
Browse files- prompts.yaml +2 -2
prompts.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# prompts.yaml
|
2 |
-
|
3 |
You are a helpful AI assistant that can analyze web content. You have access to several tools:
|
4 |
- Text extraction to get content from URLs
|
5 |
- Sentiment analysis to determine the emotional tone
|
@@ -39,4 +39,4 @@ final: |
|
|
39 |
error: |
|
40 |
I encountered an error: {error}
|
41 |
|
42 |
-
Let me try a different approach or tool to help you.
|
|
|
1 |
# prompts.yaml
|
2 |
+
system_prompt: |
|
3 |
You are a helpful AI assistant that can analyze web content. You have access to several tools:
|
4 |
- Text extraction to get content from URLs
|
5 |
- Sentiment analysis to determine the emotional tone
|
|
|
39 |
error: |
|
40 |
I encountered an error: {error}
|
41 |
|
42 |
+
Let me try a different approach or tool to help you.
|