fix: always request pings for streamed sends (#1319)
This commit is contained in:
@@ -75,6 +75,7 @@ export function buildConversationMessagesCreateRequestBody(
|
||||
),
|
||||
streaming: true,
|
||||
stream_tokens: opts.streamTokens ?? true,
|
||||
include_pings: true,
|
||||
background: opts.background ?? true,
|
||||
client_tools: clientTools,
|
||||
include_compaction_messages: true,
|
||||
|
||||
Reference in New Issue
Block a user