@@ -86,15 +86,16 @@ client
8686 .then ((response ) => console .log (response));
8787```
8888
89- | Prop name | Type | Default | Description | Notes |
90- | --- | --- | --- | --- | --- |
91- | ` category ` | ` string ` | N/A | The category to use for retrieving/generating the headlines. | ` required ` |
92- | ` nbHeadlines ` | ` number \| undefined ` | 4 | The number of headlines to display. | - |
93- | ` source ` | ` 'combined' \| 'generated' \| 'index' ` | ` index ` | The source of the headlines. | - |
94- | ` tone ` | ` 'natural' \| 'friendly' \| 'professional' ` | ` natural ` | The model will use a specific tone when provided. | - |
95- | ` language_code ` | ` 'english' \| 'german' \| 'french' ` | ` english ` | The language code used for generating headlines. | - |
96- | ` content_to_avoid ` | ` string ` | - | The content that the model should avoid when generating headlines. | - |
97- | ` onlyPublished ` | ` boolean ` | ` true ` | Only display published guides. | - |
89+ | Prop name | Type | Default | Description | Notes |
90+ | ------------------| ---------------------------------------------| --- | -------------------------------------------------------------------------------------------| --- |
91+ | ` category ` | ` string ` | N/A | The category to use for retrieving/generating the headlines. | ` required ` |
92+ | ` nbHeadlines ` | ` number \| undefined ` | 4 | The number of headlines to display. | - |
93+ | ` source ` | ` 'combined' \| 'generated' \| 'index' ` | ` index ` | The source of the headlines. | - |
94+ | ` tone ` | ` 'natural' \| 'friendly' \| 'professional' ` | ` natural ` | The model will use a specific tone when provided. | - |
95+ | ` language_code ` | ` 'english' \| 'german' \| 'french' ` | ` english ` | The language code used for generating headlines. | - |
96+ | ` custom_content ` | ` string ` | - | The extended instrcutions that the model should take into account for generating content. | - |
97+ | ` keywords ` | ` string[] ` | - | A list of keywords that the model should highlight in the generated content. | - |
98+ | ` onlyPublished ` | ` boolean ` | ` true ` | Only display published guides. | - |
9899
99100### Shopping Guide Content
100101
@@ -145,7 +146,8 @@ client
145146| ` type ` | ` 'shopping_guide' \| 'category_guide' ` | ` shopping_guide ` | The type of guide to generate. | Used if ` source ` is ` generated ` |
146147| ` tone ` | ` 'natural' \| 'friendly' \| 'professional' ` | ` natural ` | The model will use a specific tone when provided. | - |
147148| ` language_code ` | ` 'english' \| 'german' \| 'french' ` | ` english ` | The language code used for generating content. | - |
148- | ` content_to_avoid ` | ` string ` | - | The content that the model should avoid when generating headlines. | - |
149+ | ` custom_content ` | ` string ` | - | The extended instrcutions that the model should take into account for generating content. | - |
150+ | ` keywords ` | ` string[] ` | - | A list of keywords that the model should highlight in the generated content. | - |
149151| ` onlyPublished ` | ` boolean ` | ` true ` | Only display published guides. | - |
150152
151153### Gather Feedback
0 commit comments