Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
Models
LlmModel
Interface LlmModel
interface
LlmModel
{
generateContent
(
options
:
{
prompt
:
string
;
}
&
LlmModelConfig
)
:
Promise
<
LlmResponse
>
;
}
Index
Methods
generate
Content
Methods
generate
Content
generate
Content
(
options
)
:
Promise
<
LlmResponse
>
Parameters
options
:
{
prompt
:
string
;
}
&
LlmModelConfig
Returns
Promise
<
LlmResponse
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
generate
Content
@iqai/adk API Documentation
Loading...