mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
Fix: Fix share-chat bugs (#9150)
### What problem does this PR solve? Fix: Fix share-chat bugs #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -33,3 +33,9 @@ export interface BeginQuery {
|
||||
name: string;
|
||||
options: (number | string | boolean)[];
|
||||
}
|
||||
|
||||
export type IInputs = {
|
||||
avatar: string;
|
||||
title: string;
|
||||
inputs: Record<string, BeginQuery>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user