Google Search Module
GoogleSearchModule
provides creators with the ability to access google search and retrieve search result within Pro Config.
GoogleSearchConfig
Field's Name | JSON Type (Required/Optional) | Description | Example |
---|---|---|---|
query | string (Required) | The search query in Google. | 'What is the weather?' |
num_results | number (Optional. Default:3) | The number of search results. Keep in mind that more results may increase the module's response time. | 3 |
length_per_result | number (Optional. Default:500) | The maximum character length for each retrieved search result. Any text exceeding this limit will be truncated. | 500 |
output_name | string (Required) | Specifies the name of the output in GoogleSearchModule. | 'output' |
Example
Last updated