Timeout
org.llm4s.toolapi.ToolCallError.Timeout
case class Timeout(toolName: String, duration: FiniteDuration) extends ToolCallError
Tool execution did not complete within the configured timeout.
Value parameters
- duration
-
Timeout duration that was exceeded
- toolName
-
Name of the tool that timed out
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ToolCallErrorclass Objecttrait Matchableclass Any
Members list
In this article