CredentialEngine / ai-course-crawler

Apache License 2.0
1 stars 0 forks source link

Add last LLM invocation's error to context when retrying #41

Open rsaksida opened 2 months ago

rsaksida commented 2 months ago

When an LLM invocation fails, we retry it without additional context. We should inform the LLM of what failed in the previous attempt. This will make all processes faster and less likely to fail.