Skip to content

Update request structure to include assistant message (and update block config form to reflect this).

Mark Jones requested to merge bugfix/chat-block-form into 1.0.x
  • Updates the request structure to have 3 messages:
    1. The system message (configurable in the block)
    2. The assistant message (configurable in block and also contains a [context] token).
    3. The user message (configurable in block and contains a [user-prompt] token for the user's prompt.)
  • Updates the help text for a number of fields on the ChatFormBlock.
  • Updates the default values for top_k and max_length.
  • Fixes the visible default value for temperature and max tokens.
  • Make index field required.
Edited by Mark Jones

Merge request reports