StanfordBDHG/LLMonFHIR

Add manual retry option for failed prompts

Open

#114 opened on Jun 15, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Swift (24 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (157 stars)
PR merge metrics
 (PR metrics pending)

Description

Problem

When an error occurs (such as from connectivity issues, OpenAI APIs, or function calls) there’s currently no clear way to recover. To retry, users have to re-enter the same prompt or quit the session and start over from the beginning.

Solution

When an error occurs (regardless of its type) the app should give users the option to manually retry the last prompt, whether it was a system prompt or a user prompt.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines

Contributor guide