toggle menu
agent-components
JVM
switch theme
search in API
agent-components
/
org.cryptotrader.agent.library.component
/
FileReaderTool
/
readManyFiles
read
Many
Files
@
Tool
(
description
=
"Read multiple files at once."
)
fun
readManyFiles
(
@
McpToolParam
(
description
=
"A list of relative paths to the files"
)
paths
:
List
<
String
>
)
:
Map
<
String
,
FileContentResponse
>