🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "immutable"

Found 5 matching component(s)

  • class LLMMessage

    A simple dataclass that represents a message for Large Language Model (LLM) interactions, containing only the message content as a string.

    File: /tf/active/vicechatdev/docchat/llm_factory.py

    dataclass message llm data-container language-model
  • function disable_constant

    A context manager that temporarily disables the 'constant' attribute on all parameters of a Parameterized object, restoring their original constant states upon exit.

    File: /tf/active/vicechatdev/patches/util.py

    context-manager parameterized param temporary-modification constant-parameters
  • class AnnotationResult

    A dataclass that encapsulates the results of an annotation detection process on PDF documents, containing detected annotations, processing statistics, and a summary.

    File: /tf/active/vicechatdev/e-ink-llm/annotation_detector.py

    dataclass result-container annotation-detection pdf-processing data-structure
  • class Exchange

    A dataclass representing a single exchange (input-response pair) in a conversation, storing metadata about the interaction including timing, tokens, and file information.

    File: /tf/active/vicechatdev/e-ink-llm/session_manager.py

    dataclass conversation exchange data-structure conversation-history
  • class Node

    A Node class representing a graph node with labels and properties, designed to work with Neo4j graph databases. It extends PropertyDict to manage node properties and provides methods for label management and graph synchronization.

    File: /tf/active/vicechatdev/neo4j_driver/neo4j_objects.py

    graph-database neo4j node graph-node labels

Search Examples