You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Models/Request.swift
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ import MetaCodable
20
20
/// Include logprobs with assistant messages.
21
21
case outputLogprobs ="message.output_text.logprobs"
22
22
23
+
/// Include the sources of the web search tool call.
24
+
case webSearchSources ="web_search_call.action.sources"
25
+
23
26
/// Includes an encrypted version of reasoning tokens in reasoning item outputs.
24
27
///
25
28
/// This enables reasoning items to be used in multi-turn conversations when using the Responses API statelessly (like when the store parameter is set to false, or when an organization is enrolled in the zero data retention program).
0 commit comments