This is the original goose_ask function without formatting. Use this if you need the raw behavior.
goose_ask_raw(
prompt,
output_format = c("text", "json"),
quiet = TRUE,
timeout = 30,
session_id = NULL
)Character string with response (text format) or list (json format)
Character string with the question or prompt
Character, either "text" or "json"
Logical, suppress status messages
Numeric, timeout in seconds (default 30)
Optional session ID for context preservation