EOFError

org.llm4s.error.AssistantError.EOFError
final case class EOFError(message: String, operation: String) extends AssistantError

Attributes

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

Members list

Value members

Inherited methods

def formatted: String

Converts to a formatted error message with context

Converts to a formatted error message with context

Attributes

Inherited from:
AssistantError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val context: Map[String, String]

Additional context information

Additional context information

Attributes