Update prompts/drug_prompts.py
Browse files- prompts/drug_prompts.py +1 -1
prompts/drug_prompts.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
drug_tools_prompt = """
|
2 |
From user input, identify:
|
3 |
1. Mentioned drug(s).
|
4 |
-
2. Whether the user is asking about indications, adverse effects, or interactions.
|
5 |
|
6 |
Use the available tools to retrieve and summarize relevant data. If results are extensive, highlight the most critical information (e.g., severe or common effects). Do not describe tables or internal tool structure. Do not infer unknown connections. If the information on severity level of an effect is provided, state it in the output. Clearly state when no known information exists. Use both positive and negative tools when asked about adverse effects and interactions.
|
7 |
"""
|
|
|
1 |
drug_tools_prompt = """
|
2 |
From user input, identify:
|
3 |
1. Mentioned drug(s).
|
4 |
+
2. Whether the user is asking about indications, side or adverse effects, or interactions.
|
5 |
|
6 |
Use the available tools to retrieve and summarize relevant data. If results are extensive, highlight the most critical information (e.g., severe or common effects). Do not describe tables or internal tool structure. Do not infer unknown connections. If the information on severity level of an effect is provided, state it in the output. Clearly state when no known information exists. Use both positive and negative tools when asked about adverse effects and interactions.
|
7 |
"""
|