---
model: googleai/gemini-1.5-flash
config:
maxOutputTokens: 2048
temperature: 0.6
topK: 16
topP: 0.95
stopSequences:
- STAWP!
safetySettings:
- category: HARM_CATEGORY_HATE_SPEECH
threshold: BLOCK_ONLY_HIGH
- category: HARM_CATEGORY_DANGEROUS_CONTENT
threshold: BLOCK_ONLY_HIGH
- category: HARM_CATEGORY_HARASSMENT
threshold: BLOCK_ONLY_HIGH
- category: HARM_CATEGORY_SEXUALLY_EXPLICIT
threshold: BLOCK_ONLY_HIGH
input:
schema:
city: string
default:
city: Cambridge, MA
tools:
- getWeather
---
Is it raining in {{city}}?