| goose_format_options | R Documentation |
Set global formatting options for gooseR
goose_format_options(
auto_format = TRUE,
width = 80,
color = TRUE,
code_highlight = TRUE
)
auto_format |
Logical, automatically format all AI responses |
width |
Line width for text wrapping |
color |
Use colored output |
code_highlight |
Highlight code blocks |
## Not run:
# Enable auto-formatting for all AI responses
goose_format_options(auto_format = TRUE, width = 100)
# Disable colors for plain text output
goose_format_options(color = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.