Preparing search index...
The search index is not available
@google/genai
@google/genai
interactions/client
GeminiNextGenAPIClient
Interactions
ThoughtStep
Interface ThoughtStep
A thought step.
interface
ThoughtStep
{
signature
?:
string
;
summary
?:
(
|
GeminiNextGenAPIClient
.
Interactions
.
TextContent
|
GeminiNextGenAPIClient
.
Interactions
.
ImageContent
)
[]
;
type
:
"thought"
;
}
Index
Properties
signature?
summary?
type
Properties
Optional
signature
signature
?:
string
A signature hash for backend validation.
Optional
summary
summary
?:
(
|
GeminiNextGenAPIClient
.
Interactions
.
TextContent
|
GeminiNextGenAPIClient
.
Interactions
.
ImageContent
)
[]
A summary of the thought.
type
type
:
"thought"
Settings
Theme
OS
Light
Dark
On This Page
Properties
signature
summary
type
@google/genai
Loading...
A thought step.