Added
- Added
messagesparameter toprompts.run()method. This allows appending any kind of messages to the conversation after the compiled prompt. Note: This is not compatible with the<step>feature of PromptL.
Deprecated
- The
userMessageparameter inprompts.run()is now deprecated. Use themessagesparameter instead. TheuserMessageparameter will be removed in a future version.