Skip to content
Snippets Groups Projects

Issue #3458607: Added configuration for chat context length.

Merged Vivek Panicker requested to merge issue/ai-3458607:3458607-handle-chat-history into 1.0.x
4 files
+ 30
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -22,6 +22,9 @@ ai_assistant_api.ai_assistant.*:
allow_history:
type: string
label: Allow History
history_context_length:
type: integer
label: History context length
preprompt_instructions:
type: string
label: Pre-prompt Instructions
@@ -66,5 +69,3 @@ ai_assistant_api.ai_assistant.*:
required: false
sequence:
type: ignore
Loading