ConversationId

org.llm4s.types.`package`.ConversationId
See theConversationId companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def create(value: String): Result[ConversationId]

Creates a ConversationId with validation

Creates a ConversationId with validation

Value parameters

value

The ID string to validate

Attributes

Returns

Either a validation error or valid ConversationId

Generates a new unique conversation ID using UUID

Generates a new unique conversation ID using UUID

Attributes