Nothing
Code
cat(turn@text)
Output
This semantic data model...
```sql
SELECT SUM(revenue) FROM key_business_metrics
```
#### Suggestions
- What is the total quantity sold for each product last quarter?
- What is the average discount percentage for orders from the United States?
- What is the average price of products in the 'electronics' category?
Code
cat(format(turn))
Output
This semantic data model...
SQL: `SELECT SUM(revenue) FROM key_business_metrics`
Suggestions:
* What is the total quantity sold for each product last quarter?
* What is the average discount percentage for orders from the United States?
* What is the average price of products in the 'electronics' category?
Code
req
Message
<httr2_request>
POST
https://testorg-test_account.snowflakecomputing.com/api/v2/cortex/analyst/message
Headers:
* Authorization: "<REDACTED>"
* X-Snowflake-Authorization-Token-Type: "OAUTH"
Body: json encoded data
Options:
* timeout: 60
* useragent: "<ellmer_user_agent>"
Policies:
* retry_max_tries: 2
* retry_on_failure: FALSE
* retry_failure_threshold: Inf
* retry_failure_timeout: 30
* retry_realm: "testorg-test_account.snowflakecomputing.com"
* error_body: a function
Code
req$body$data
Output
$messages
$messages[[1]]
$messages[[1]]$role
[1] "user"
$messages[[1]]$content
$messages[[1]]$content[[1]]
$messages[[1]]$content[[1]]$type
[1] "text"
$messages[[1]]$content[[1]]$text
[1] "Tell me about my data."
$stream
[1] FALSE
$semantic_model_file
[1] "@my_db.my_schema.my_stage/model.yaml"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.