We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd17e4 commit e6731beCopy full SHA for e6731be
pkg-r/R/querychat.R
@@ -16,7 +16,7 @@
16
#' @param create_chat_func A function that takes a system prompt and returns a
17
#' chat object. The default uses `ellmer::chat_openai()`.
18
#' @param system_prompt A string containing the system prompt for the chat model.
19
-#' The default generates a generic prompt, which you can enhance via the `data_description` and
+#' The default generates a generic prompt, which you can enhance via the `data_description` and
20
#' `extra_instructions` arguments.
21
#' @param auto_close_data_source Should the data source connection be automatically
22
#' closed when the shiny app stops? Defaults to TRUE.
0 commit comments