SongGuess
Preparing search index...
server/worker-configuration
ResponseReasoningItem
Type Alias ResponseReasoningItem
type
ResponseReasoningItem
=
{
content
?:
ResponseReasoningContentItem
[]
;
encrypted_content
?:
string
|
null
;
id
:
string
;
status
?:
"in_progress"
|
"completed"
|
"incomplete"
;
summary
:
ResponseReasoningSummaryItem
[]
;
type
:
"reasoning"
;
}
Index
Properties
content?
encrypted_
content?
id
status?
summary
type
Properties
Optional
content
content
?:
ResponseReasoningContentItem
[]
Optional
encrypted_
content
encrypted_content
?:
string
|
null
id
id
:
string
Optional
status
status
?:
"in_progress"
|
"completed"
|
"incomplete"
summary
summary
:
ResponseReasoningSummaryItem
[]
type
type
:
"reasoning"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
encrypted_
content
id
status
summary
type
SongGuess
Loading...