We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e4551 commit ae0fd3dCopy full SHA for ae0fd3d
1 file changed
Sources/OpenAI/Responses/ResponsesResponse.swift
@@ -215,7 +215,7 @@ public extension Responses {
215
/// turns of a conversation if you are manually managing context.
216
public struct ReasoningOutput: Decodable, Sendable {
217
/// Reasoning text content.
218
- public let content: [Content]
+ public let content: [Content]?
219
220
/// The encrypted content of the reasoning item - populated when a response is
221
/// generated with `reasoning.encrypted_content` in the `include` parameter.
0 commit comments