| goose_cache_set | R Documentation |
Store a query-response pair in the cache
goose_cache_set(query, response, model = NULL, metadata = NULL, conn = NULL)
query |
The query text |
response |
The response text |
model |
Optional model identifier |
metadata |
Optional metadata as list |
conn |
Database connection (auto-created if NULL) |
Logical indicating success
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.