Nothing
test_that("as_chat() takes string or chat", {
chat <- chat_openai_test()
expect_equal(as_chat(chat), chat)
expect_equal(as_chat("openai/gpt-4.1-nano"), chat("openai/gpt-4.1-nano"))
chat <- 1
expect_snapshot(as_chat(chat), error = TRUE)
})
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.