steampipe plugin install mr-destructive/cohereai

Table: cohereai_summarize

Summarize text using Cohere AI.

Examples

List all

select
*
from
cohereai_summarize;

Schema for cohereai_summarize

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
idtextID for the given text.
settingsjsonb=Settings is a JSONB object that accepts any of the summarize API request parameters.
summarytextSummary for the given text.
texttext=The text to summarize, encoded as a string.