ReadFileResult

org.llm4s.toolapi.builtin.filesystem.ReadFileResult
See theReadFileResult companion object
case class ReadFileResult(path: String, content: String, size: Long, lines: Int, truncated: Boolean)

Result from reading a file.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product