org.llm4s.toolapi.builtin.shell.ShellResult
See theShellResult companion object
case class ShellResult(command: String, exitCode: Int, stdout: String, stderr: String, executionTimeMs: Long, truncated: Boolean, timedOut: Boolean)
Shell command execution result.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article