the coolest token pot ever
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix non streaming text content

Kieran Klukas (Jun 19, 2026, 5:36 PM EDT) 8f10c839 89287bf7

+2
+2
server/internal/api/v1/chat.go
··· 237 237 switch p := part.(type) { 238 238 case fantasy.TextPart: 239 239 contentText += p.Text 240 + case fantasy.TextContent: 241 + contentText += p.Text 240 242 case fantasy.ToolCallContent: 241 243 toolCalls = append(toolCalls, oaiToolCall{ 242 244 ID: p.ToolCallID,