Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.08 KB

todo.md

File metadata and controls

25 lines (21 loc) · 1.08 KB
  • Sometimes no answer, because done-status, but not completed
  • Strange issue with stored thread objects not being updated with title nor shared files
  • Confusing naming of stored-threads, which are not stored threads, but rather stored thread meta data
  • Render thread (session)
  • Restore last chat session on start
  • Session switcher UI (sessions palette)
  • Explore how to control the costs
    • We're using a lot of tokens reaching the rate limit TPD of 500K
    • Prioritize what to send with the context
    • Prioritize what instructions we give
  • Stop sending around thread everywhere we only need the thread-id
  • Update the assistant with latest instructions
    • Also update the assistant with latest functions/tools defintions

Function calling

  • current-file-path, because assumptions...
  • Better prompting, guiding the AI how to use the functions
    • Make it ask for current file, when it hasn't seen it before
  • We need to capture the context at the time of the query

Joyride TODO

  • Implement abs
  • Upgrade SCI