Preparing search index...
The search index is not available
@google/genai
@google/genai
gaos/google-genai
GeminiNextGenAgents
Class GeminiNextGenAgents
Index
Constructors
constructor
Methods
create
delete
get
list
Constructors
constructor
new
GeminiNextGenAgents
(
parentClient
:
GoogleGenAIParentClient
,
)
:
GeminiNextGenAgents
Parameters
parentClient
:
GoogleGenAIParentClient
Returns
GeminiNextGenAgents
Methods
create
create
(
params
?:
undefined
|
null
|
CreateAgentParams
,
options
?:
GoogleGenAIRequestOptions
,
)
:
Promise
<
Agent
>
Parameters
params
:
undefined
|
null
|
CreateAgentParams
= {}
Optional
options
:
GoogleGenAIRequestOptions
Returns
Promise
<
Agent
>
delete
delete
(
id
:
string
,
params
?:
undefined
|
null
|
DeleteAgentParams
,
options
?:
GoogleGenAIRequestOptions
,
)
:
Promise
<
Empty
>
Parameters
id
:
string
params
:
undefined
|
null
|
DeleteAgentParams
= {}
Optional
options
:
GoogleGenAIRequestOptions
Returns
Promise
<
Empty
>
get
get
(
id
:
string
,
params
?:
undefined
|
null
|
GetAgentParams
,
options
?:
GoogleGenAIRequestOptions
,
)
:
Promise
<
Agent
>
Parameters
id
:
string
params
:
undefined
|
null
|
GetAgentParams
= {}
Optional
options
:
GoogleGenAIRequestOptions
Returns
Promise
<
Agent
>
list
list
(
params
?:
undefined
|
null
|
ListAgentsParams
,
options
?:
GoogleGenAIRequestOptions
,
)
:
Promise
<
AgentListResponse
>
Parameters
params
:
undefined
|
null
|
ListAgentsParams
= {}
Optional
options
:
GoogleGenAIRequestOptions
Returns
Promise
<
AgentListResponse
>
Settings
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
delete
get
list
@google/genai
Loading...