-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Evidence durability
We get just over 2k characters in the message we store for each contribution, we could include the X post but need to adjust how much text can be added as well. Would require some UI changes but should be possible since we fetch and display the post anyway. Something like:
- require X link before contribution text
- add X post text to the contribution
- allow remaining room to fill in description
- submit contribution
If we want to adjust growth weight same as confidence rule that falls under prompt refinement. Main three levers right now are prompt structure, which LLM (switching back to Grok), and then parameters like temperature.
Feedback on acceptance criteria:
- identical JSON is unlikely, valid JSON on every run is our target right now
- schema validation already happens, if LLM doesn't return json it errors
- vector store can likely be removed at this point, needs more research
- injection we have a prompt section to address this, needs testing
Originally posted by @whoabuddy in aibtcdev/aibtcdev-backend#536 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels