mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
feat(agent): Adds prologue functionality (#9336)
### What problem does this PR solve? feat(agent): Adds prologue functionality #3221 - Add a prologue field to the IInputs type - Initialize the prologue state in the chat container - Use useEffect to monitor prologue changes and add prologue responses ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -38,4 +38,5 @@ export type IInputs = {
|
||||
avatar: string;
|
||||
title: string;
|
||||
inputs: Record<string, BeginQuery>;
|
||||
prologue: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user