Skip to content

Commit

Permalink
Automated update to repo's documentation from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2024
1 parent c34df88 commit b377971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/search-core.generativedirectanswerrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface GenerativeDirectAnswerRequest extends SearchRequest
| Property | Type | Description |
| --- | --- | --- |
| [results](./search-core.generativedirectanswerrequest.results.md) | [VerticalResults](./search-core.verticalresults.md) \| Record&lt;string, [VerticalResults](./search-core.verticalresults.md)<!-- -->\[\]&gt; | The complete set of Search Results |
| [results](./search-core.generativedirectanswerrequest.results.md) | [VerticalResults](./search-core.verticalresults.md)<!-- -->\[\] | The complete set of Search Results |
| [searchId](./search-core.generativedirectanswerrequest.searchid.md) | string | The ID of the search request. |
| [searchTerm](./search-core.generativedirectanswerrequest.searchterm.md) | string | The text of the user-written query that prompted Search results. |
2 changes: 1 addition & 1 deletion docs/search-core.generativedirectanswerrequest.results.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ The complete set of Search Results
<b>Signature:</b>

```typescript
results: VerticalResults | Record<string, VerticalResults[]>;
results: VerticalResults[];
```

0 comments on commit b377971

Please sign in to comment.