Fix TypeScript error: Add filter_id to RequestBody interface
Co-authored-by: phact <1313220+phact@users.noreply.github.com>
This commit is contained in:
parent
593138257e
commit
817f6c5135
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