toggle menu
agent-components
JVM
switch theme
search in API
agent-components
/
org.cryptotrader.agent.library.component
/
FileReaderTool
/
resolvePath
resolve
Path
@
Tool
(
description
=
"Resolve a path hint using fuzzy matching if it doesn't exist."
)
fun
resolvePath
(
@
McpToolParam
(
description
=
"The path hint or partial filename to resolve"
)
hint
:
String
)
:
List
<
String
>