toggle menu
google-adk-kotlin
0.5.0
jvm
switch theme
search in API
google-adk-kotlin-examples
/
com.google.adk.kt.examples.telemetry
/
TelemetryDemoAgent
/
TelemetryMagicTool
Telemetry
Magic
Tool
class
TelemetryMagicTool
:
BaseTool
A mock tool to exercise tool tracing.
Members
Constructors
Telemetry
Magic
Tool
Link copied to clipboard
constructor
(
)
Properties
custom
Metadata
Link copied to clipboard
val
customMetadata
:
Map
<
String
,
Any
>
description
Link copied to clipboard
val
description
:
String
is
Long
Running
Link copied to clipboard
val
isLongRunning
:
Boolean
name
Link copied to clipboard
val
name
:
String
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
declaration
Link copied to clipboard
open
override
fun
declaration
(
)
:
FunctionDeclaration
process
Llm
Request
Link copied to clipboard
open
suspend
fun
processLlmRequest
(
toolContext
:
ToolContext
,
llmRequest
:
LlmRequest
)
:
LlmRequest
run
Link copied to clipboard
open
suspend override
fun
run
(
context
:
ToolContext
,
args
:
Map
<
String
,
Any
>
)
:
Any