toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.tools.file
/
FileReadLog
File
Read
Log
interface
FileReadLog
The FileReadLog can be useful for stats and to understand the context that has been accessed
Inheritors
DefaultFileReadLog
FileReadTools
Members
Functions
flush
Reads
Link copied to clipboard
abstract
fun
flushReads
(
)
get
Paths
Read
Link copied to clipboard
open
fun
getPathsRead
(
)
:
List
<
String
>
get
Reads
Link copied to clipboard
abstract
fun
getReads
(
)
:
List
<
FileReads
>
record
Read
Link copied to clipboard
abstract
fun
recordRead
(
path
:
String
)