docs: reserve seam for complete capabilities
This commit is contained in:
@@ -75,7 +75,7 @@ export function mapExaResponse(response: ExaSearchResponse): WebSearchResult {
|
||||
const sources = (response.results ?? [])
|
||||
.map(mapExaResult)
|
||||
.filter((source): source is WebSearchSource => source !== undefined)
|
||||
// Exa returns no generated answer, so `content` is omitted. The seam owns the
|
||||
// Exa returns no generated answer, so `content` is omitted. The web service owns the
|
||||
// final `maxResults` truncation, so this provider reports `truncated: false`.
|
||||
return { sources, truncated: false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user