MHamdan commited on
Commit
ec149b5
·
1 Parent(s): 67d97f3

Initial commit with full functionality extend app req tools

Browse files
Files changed (1) hide show
  1. prompts.yaml +2 -2
prompts.yaml CHANGED
@@ -1,5 +1,5 @@
1
  # prompts.yaml
2
- system: |
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.