5.15.0
(feat): 支持 SSE 流式端点中的 resumable 标志。当端点设置了
x-fern-streaming.resumable: true 时,生成的 SDK 现在将 resumable=True
传递给 EventSource,将标志传递到运行时供重连逻辑使用。
添加 stream_reconnection_enabled 和 max_stream_reconnection_attempts
请求选项以在运行时控制重连行为。
(feat): 支持 SSE 流式端点中的 resumable 标志。当端点设置了
x-fern-streaming.resumable: true 时,生成的 SDK 现在将 resumable=True
传递给 EventSource,将标志传递到运行时供重连逻辑使用。
添加 stream_reconnection_enabled 和 max_stream_reconnection_attempts
请求选项以在运行时控制重连行为。