org.llm4s.shared.ReadFileResponse
See theReadFileResponse companion object
case class ReadFileResponse(commandId: String, content: String, metadata: FileMetadata, isTruncated: Boolean, totalLines: Int, returnedLines: Int) extends WorkspaceAgentResponse
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WorkspaceAgentResponseclass Objecttrait Matchableclass Any
Members list
In this article