Merge pull request #585 from langflow-ai/copilot/fix-linter-issues
Fix TypeScript error: Add filter_id to RequestBody interface
This commit is contained in:
commit
1a558c12b3
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ export interface RequestBody {
|
|||
stream?: boolean;
|
||||
previous_response_id?: string;
|
||||
filters?: SelectedFilters;
|
||||
filter_id?: string;
|
||||
limit?: number;
|
||||
scoreThreshold?: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue