Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 445 Bytes

File metadata and controls

7 lines (5 loc) · 445 Bytes
@voltagent/core patch

fix(core): allow disabling conversation title temperature

Conversation title generation now keeps the existing default temperature: 0, while allowing generateTitle.temperature: null to omit the parameter for reasoning models that do not support temperature. Unsupported temperature warnings are surfaced at warn level with guidance, and title generation failures are logged at warn level instead of debug.