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;
|
stream?: boolean;
|
||||||
previous_response_id?: string;
|
previous_response_id?: string;
|
||||||
filters?: SelectedFilters;
|
filters?: SelectedFilters;
|
||||||
|
filter_id?: string;
|
||||||
limit?: number;
|
limit?: number;
|
||||||
scoreThreshold?: number;
|
scoreThreshold?: number;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue