-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Issue Description: The system is not sending scripture and translationQuestions to the LLM resources for certain references, such as jas 1:1, as indicated by the cost estimate showing scripture: "✗" and translationQuestions: 0.
Detailed Information: Investigation shows that the system correctly attempts to fetch and include resources in the LLM prompt (see ResourcesContext.jsx and netlify/functions/chat.js). However, data for James 1:1 appears unavailable or fails to load under current organization and language settings. This is not a code issue but a data or context-specific limitation.
Acceptance Criteria:
- Identify and resolve data availability issues for scripture and translationQuestions for all references.
- Ensure that the system can handle context-specific limitations gracefully with user feedback.
- Update documentation to reflect any limitations or required user actions for specific references.
Test Instructions: Test with reference jas 1:1 under different organization and language settings to confirm if scripture and translationQuestions are loaded and sent to LLM. Check cost estimate for successful inclusion of resources.
Additional Context: This issue impacts user experience by limiting the context available to the LLM for certain biblical references.