@themaximalist/llm.js
Preparing search index...
GoogleMessage
Interface GoogleMessage
interface
GoogleMessage
{
parts
:
(
|
{
text
?:
string
}
|
{
inline_data
?:
{
data
:
string
;
mime_type
:
string
}
}
)
[]
;
role
:
"user"
|
"model"
;
}
Index
Properties
parts
role
Properties
parts
parts
:
(
|
{
text
?:
string
}
|
{
inline_data
?:
{
data
:
string
;
mime_type
:
string
}
}
)
[]
role
role
:
"user"
|
"model"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
parts
role
@themaximalist/llm.js
Loading...