# Requires running Ollama server and gemma4:e4b model
if (FALSE) {
agentapply(
c("today", "yesterday", "tomorrow"),
"gemma4:e4b",
system_prompt = "Return the date in ISO format",
tools = list(tool_datetime),
temperature = 0.2
)
}
Run the code above in your browser using DataLab