A module that translates normal text that was from the STT module into a prompt intended for the input of the LLM of AURA. - [ ] Design a prompt schema: system prompt, user message, RAG context, memory, etc. - [ ] Implement prompt builder that outputs a full LLM prompt string - [ ] Incorporate persona details from #4 when building the prompt
A module that translates normal text that was from the STT module into a prompt intended for the input of the LLM of AURA.