Spaces:
Running
Running
Update company prompt
Browse files"Building a customer support agent that automatically triages common problems with a company's services."
app.py
CHANGED
|
@@ -57,7 +57,7 @@ class UI:
|
|
| 57 |
interactive=True
|
| 58 |
)
|
| 59 |
examples = gr.Examples([["A medical chatbot for a triage system to assess symptoms and provide advice based on patient medical history and conditions. The chatbot will analyze the patient input, identify potential medical issues, and offer recommendations to the patient or healthcare provider.", "ibm-risk-atlas"],
|
| 60 |
-
["Building a customer support agent that automatically triages common problems with services.", "ibm-risk-atlas"]],
|
| 61 |
[self.usecase, self.taxonomy],
|
| 62 |
label='Example use cases', example_labels=["Medical chatbot", "Customer service agent"]
|
| 63 |
)
|
|
|
|
| 57 |
interactive=True
|
| 58 |
)
|
| 59 |
examples = gr.Examples([["A medical chatbot for a triage system to assess symptoms and provide advice based on patient medical history and conditions. The chatbot will analyze the patient input, identify potential medical issues, and offer recommendations to the patient or healthcare provider.", "ibm-risk-atlas"],
|
| 60 |
+
["Building a customer support agent that automatically triages common problems with a company's services.", "ibm-risk-atlas"]],
|
| 61 |
[self.usecase, self.taxonomy],
|
| 62 |
label='Example use cases', example_labels=["Medical chatbot", "Customer service agent"]
|
| 63 |
)
|