ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
SingleAgentCallback
Type Alias SingleAgentCallback
SingleAgentCallback
:
(
context
:
Context
,
)
=>
Promise
<
Content
|
undefined
>
|
Content
|
undefined
A single callback function for an agent.
Type Declaration
(
context
:
Context
)
:
Promise
<
Content
|
undefined
>
|
Content
|
undefined
Parameters
context
:
Context
Returns
Promise
<
Content
|
undefined
>
|
Content
|
undefined
ADK for TypeScript: API Reference
Loading...
A single callback function for an agent.