toggle menu
google-adk-kotlin
0.2.0
jvm
switch theme
search in API
google-adk-kotlin-examples
/
com.google.adk.kt.examples.callbacks
/
WhiteRabbitCallback
White
Rabbit
Callback
class
WhiteRabbitCallback
:
BeforeToolCallback
A callback that warns about being late before a tool is called!
Members
Constructors
White
Rabbit
Callback
Link copied to clipboard
constructor
(
)
Properties
name
Link copied to clipboard
open
val
name
:
String
Functions
call
Link copied to clipboard
open
suspend override
fun
call
(
context
:
ToolContext
,
tool
:
BaseTool
,
args
:
Map
<
String
,
Any
>
)
:
CallbackChoice
<
Map
<
String
,
Any
>
,
Map
<
String
,
Any
>
>