View source: R/provider-cortex.R
chat_cortex | R Documentation |
chat_cortex()
was renamed to chat_cortex_analyst()
to distinguish it from
the more general-purpose Snowflake Cortex chat function, chat_snowflake()
.
chat_cortex(
account = snowflake_account(),
credentials = NULL,
model_spec = NULL,
model_file = NULL,
api_args = list(),
echo = c("none", "text", "all")
)
account |
A Snowflake account identifier,
e.g. |
credentials |
A list of authentication headers to pass into
|
model_spec |
A semantic model specification, or |
model_file |
Path to a semantic model file stored in a Snowflake Stage,
or |
api_args |
Named list of arbitrary extra arguments appended to the body of every chat API call. |
echo |
One of the following options:
Note this only affects the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.