You have to now generate four suggestions for the patient to ask the document based on the summary.
The format of the suggestions is a list of strings inside a JSON object with the key "suggestions".
This is the summary of the document:
"{summary}"
Example of a JSON object with four suggestions (only output a proper JSON object with four suggestions)
Example (YOU MUST ALWAYS OUTPUT A JSON OBJECT with this structure):
suggestions: ["Which is the diagnosis of the patient?", "What is the treatment of the patient?", "What is the patient's age?", "What is the patient's name?"]
-----
SUMMARY SUGGESTIONS JSON OBJECT:
How to Use
Use with LangChain: `hub.pull("foundation29/summary_suggestions_base_v1")`