Skip to content

Commit

Permalink
Provide a default summery prompt text (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisho authored Jan 27, 2025
1 parent 7345422 commit 59b59ef
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions LLMonFHIR/FHIRSummary/FHIRResourceSummary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,12 @@ extension FHIRPrompt {
FHIRPrompt(
storageKey: "prompt.summary",
localizedDescription: String(
localized: "Summary Prompt",
bundle: .main,
comment: "Title of the summary prompt."
localized: "SUMMARY_PROMPT",
bundle: .main
),
defaultPrompt: String(
localized: "Summary Prompt Content",
bundle: .main,
comment: "Content of the summary prompt."
localized: "SUMMARY_PROMPT_CONTENT_OPENAI",
bundle: .main
)
)
}()
Expand Down

0 comments on commit 59b59ef

Please sign in to comment.