Hability to store pre defined initial message #2106
-
|
Hi, I'm looking for a way to store pre defined messages that my users can select to initiate a conversation with an AI Bot. Actually I'm using Langfuse Prompt feature to store the my prompt. Then when accessing and compiling the prompt with the SDK we could also get the pre defined messages. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
ARe these pre-defined messages always the same? You could store them as an array within the |
Beta Was this translation helpful? Give feedback.

ARe these pre-defined messages always the same? You could store them as an array within the
prompt.configobject to manage them together with your prompts.