Address
:
[Go to site:
main page
,
start
]
Usuń skrypty
Akceptuj cookies
Pokaż obrazy
Użyj Referer
Rotate13
Base64
Usu meta tagi
Usuń tytuł srony
Sesja cookies
ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
ToolExecuteFunction
Type Alias ToolExecuteFunction<TParameters>
ToolExecuteFunction
:
(
input
:
ToolExecuteArgument
<
TParameters
>
,
tool_context
?:
Context
,
)
=>
Promise
<
unknown
>
|
unknown
The signature of the user-provided function executed by a
FunctionTool
.
Type Parameters
TParameters
extends
ToolInputParameters
Type Declaration
(
input
:
ToolExecuteArgument
<
TParameters
>
,
tool_context
?:
Context
,
)
:
Promise
<
unknown
>
|
unknown
Parameters
input
:
ToolExecuteArgument
<
TParameters
>
Optional
tool_context
:
Context
Returns
Promise
<
unknown
>
|
unknown
ADK for TypeScript: API Reference - v1.5.0
Loading...
The signature of the user-provided function executed by a FunctionTool.