Files
workavia-mail-front/scribe
Théo Poizat fabf3ec54f Manage prompts as a "messages" object during prompt lifecycle
Before, our prompts were just a string like "Translate this text:
user text" and just before being sent to the backend, it was
converted to an "messages" object compatible with OpenAI API like [{
"role": "user", "content": "Translate this text: user text"}].

Now, we use "messages" object directly when building the prompt
because in the near future we will create more complex prompts with
system content and user content so we will need "messages" object
dirrectly.
2026-03-25 11:52:35 +07:00
..
2025-12-19 19:03:39 +07:00
2025-12-19 19:03:39 +07:00
2026-02-09 23:29:43 +07:00
2026-02-09 23:29:43 +07:00
2025-12-19 19:03:39 +07:00