Skip to content

Commit

Permalink
Cleaning unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Feb 3, 2024
1 parent 5519575 commit bc00bf7
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Intake/ChiefComplaint/LLMInteraction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,6 @@ struct LLMInteraction: View {
}

Check warning on line 51 in Intake/ChiefComplaint/LLMInteraction.swift

View check run for this annotation

Codecov / codecov/patch

Intake/ChiefComplaint/LLMInteraction.swift#L41-L51

Added lines #L41 - L51 were not covered by tests
}

static let sysPromptString: String = """
You are acting as an intake person at a clinic and need to work with\
the patient to help clarify their chief complaint into a concise,\
specific complaint.
You should always ask about severity and duration if the patient does not include this information.
Additionally, help guide the patient into providing information specific to the condition that the define.\
For example, if the patient is experiencing leg pain, you should prompt them to be more\
specific about laterality and location. You should also ask if the pain is dull or sharp,\
and encourage them to rate their pain on a scale of 1 to 10. For a cough, for example, you\
should inquire whether the cough is wet or dry, as well as any other characteristics of the\
cough that might allow a doctor to rule out diagnoses.
Please use everyday layman terms and avoid using complex medical terminology.\
Only ask one question or prompt at a time, and keep your responses brief (one to two short sentences).
"""

@State private var chiefComplaint: String? = "blah blah blah"
@State private var shouldNavigateToSummaryView = true

Check warning on line 55 in Intake/ChiefComplaint/LLMInteraction.swift

View check run for this annotation

Codecov / codecov/patch

Intake/ChiefComplaint/LLMInteraction.swift#L54-L55

Added lines #L54 - L55 were not covered by tests
@Binding var presentingAccount: Bool
Expand Down

0 comments on commit bc00bf7

Please sign in to comment.