StructuredInfo

org.llm4s.context.StructuredInfo
case class StructuredInfo(identifiers: Seq[String], urls: Seq[String], constraints: Seq[String], statusCodes: Seq[String], errors: Seq[String], decisions: Seq[String], toolUsage: Seq[String], outcomes: Seq[String])

Structured information extracted from a message block.

Each field contains strings matched by the corresponding regex pattern in HistoryCompressor. Matches are limited to prevent digest bloat.

Value parameters

constraints

Requirement statements (must, should, cannot)

decisions

Decision statements

errors

Error messages and exception info

identifiers

IDs, UUIDs, keys found in the content

outcomes

Result and conclusion statements

statusCodes

HTTP status codes, error codes

toolUsage

Tool/function/API call mentions

urls

HTTP/HTTPS URLs

Attributes

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