Define a specific style of voice that you want the LLM to use when answering
set_style_of_voice.Rd
set_style_of_voice
lets you define a specific style of voice that you want the LLM to use when answering
Examples
my_workflow <- ai_workflow() |>
set_system_prompt(system_prompt="You are a helpful AI assistant.
Answer to the best of your knowledge") |>
set_audience("Marketing Professionals") |>
set_style_of_voice("Snoop Dog")