Table: cohereai_summarize
Summarize text using Cohere AI.
Examples
List all
select *from cohereai_summarize;
Schema for cohereai_summarize
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
id | text | ID for the given text. | |
settings | jsonb | = | Settings is a JSONB object that accepts any of the summarize API request parameters. |
summary | text | Summary for the given text. | |
text | text | = | The text to summarize, encoded as a string. |