Skip to content

Commit 87ff113

Browse files
authored
docs: fix type of autorag aiSearch() params
1 parent b088aa7 commit 87ff113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/autorag/ai-search-api-params.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ Configurations for customizing result ranking. Defaults to `{}`.
2727
- `score_threshold` <Type text="number" /> <MetaInfo text="optional" />
2828
- The minimum match score required for a result to be considered a match. Defaults to `0`. Must be between `0` and `1`.
2929

30-
`streaming` <Type text="object" /> <MetaInfo text="optional" />
30+
`streaming` <Type text="boolean" /> <MetaInfo text="optional" />
3131

3232
Returns a stream of results as they are available. Defaults to `false`.

0 commit comments

Comments
 (0)