Stanislas Polu
Stanislas Polu
@philipperolet I belive this task should not really exist. We already support this. We just miss a "has_more" flag in the response when query: null
use Q*?
I think we should punt on this one until we hear it at least 10 times from users :)
Cleared assignees moved back to Known Bugs
Fixed by @flvndvd's work
## Comments > Factuality: RAG vs memory via Finetuning (or use both)? What do you mean by memory? Finetuning requires a dataset. What would it be. Certainly more than a...
Goal is to use someone else assistant without going through admin approval
@philipperolet one quick fix we can do for this is the following: We do inject some "context" for the generator but we don't for the input-generator. You can see the...
Generation prompt construction: https://dust.tt/w/78bda07b39/a/6a27050429/runs/78487bc30490891b7b8527703617daa91f176470bfaa394d5b80ed43d956f449 Inputs generator prompt construction: https://github.com/dust-tt/dust/blob/main/front/lib/api/assistant/agent.ts#L43 Sharing the same prompt construction should solve a number of the queries above.