prompt eng
Browse files
app.py
CHANGED
|
@@ -189,6 +189,7 @@ if prompt := st.chat_input(
|
|
| 189 |
Here's relevant content: {response}
|
| 190 |
|
| 191 |
Answer user prompt based on the relevant content.
|
|
|
|
| 192 |
If relevant content is <empty>, use your best judgement or chat history."""
|
| 193 |
)
|
| 194 |
|
|
|
|
| 189 |
Here's relevant content: {response}
|
| 190 |
|
| 191 |
Answer user prompt based on the relevant content.
|
| 192 |
+
If relevant content is provided, it'd be a table with Title, Link, and Snippet. Use information from the Snippet.
|
| 193 |
If relevant content is <empty>, use your best judgement or chat history."""
|
| 194 |
)
|
| 195 |
|