Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sentry/ai_monitoring/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _generate_title_with_legacy_seer(
system_prompt=TITLE_SYSTEM_PROMPT,
prompt=f"First user message:\n\n{clamp_user_message(first_user_message)}",
temperature=0.2,
max_tokens=64,
max_tokens=192,
response_schema=TITLE_RESPONSE_SCHEMA,
reasoning="off", # force thinking_budget=0 on Gemini 2.x flash-lite
# Never attach this call to a conversation: its own gen_ai spans would be
Expand Down
Loading