Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenAI Interactions with a Ask Questions Section and Summary Prompt #15

Merged
merged 5 commits into from
Aug 30, 2023

Conversation

PSchmiedmayer
Copy link
Member

@PSchmiedmayer PSchmiedmayer commented Aug 30, 2023

Add OpenAI Interactions with a Ask Questions Section and Summary Prompt

⚙️ Release Notes

  • Restructure the application to remove the tab bar and have a single-page home screen.
  • Create an introductory screen that shows information about the health records.
  • Load an LLM-based summary in case there are some records available.
  • Add a view to interact with the LLM and the health record data.
  • Link to the NCI web page.

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

@PSchmiedmayer PSchmiedmayer self-assigned this Aug 30, 2023
@PSchmiedmayer PSchmiedmayer added the enhancement New feature or request label Aug 30, 2023
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Merging #15 (45b0ed1) into main (606142a) will decrease coverage by 1.60%.
The diff coverage is 23.93%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
- Coverage   21.54%   19.94%   -1.60%     
==========================================
  Files          41       46       +5     
  Lines        1119     1515     +396     
==========================================
+ Hits          241      302      +61     
- Misses        878     1213     +335     
Files Changed Coverage Δ
...sions & Infrastructure/String+LocalizedError.swift 0.00% <0.00%> (ø)
...pplication/FHIR Standard/FHIRResource+Search.swift 0.00% <0.00%> (ø)
...mplateApplication/FHIR Standard/FHIRResource.swift 0.00% <0.00%> (ø)
TemplateApplication/Overview/LLMSummaryView.swift 0.00% <0.00%> (ø)
TemplateApplication/Profile/ProfileView.swift 0.00% <ø> (ø)
TemplateApplication/ChatView/OpenAIChatView.swift 4.30% <4.30%> (ø)
TemplateApplication/FHIR Standard/FHIR.swift 14.48% <14.48%> (ø)
...ion/ChatView/FHIRMultipleResourceInterpreter.swift 33.90% <33.90%> (ø)
TemplateApplication/ChatView/Prompt.swift 42.31% <42.31%> (ø)
TemplateApplication/Home.swift 74.36% <74.36%> (ø)
... and 3 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 606142a...45b0ed1. Read the comment docs.

@PSchmiedmayer PSchmiedmayer merged commit 6ab3df7 into main Aug 30, 2023
5 of 6 checks passed
@PSchmiedmayer PSchmiedmayer deleted the feature/nciapi branch August 30, 2023 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant