Package com.redis.vl.test.vcr


package com.redis.vl.test.vcr
  • Class
    Description
    Exception thrown when a VCR cassette is not found during playback mode.
    Stores and retrieves VCR cassettes (recorded API responses) in Redis.
    VCR wrapper for LangChain4J ChatLanguageModel that records and replays LLM responses.
    Manages VCR state and resources throughout a test session.
    Disables VCR functionality for a specific test method.
    Intercepts embedding calls for VCR recording and playback.
    VCR-enabled wrapper around a LangChain4J EmbeddingModel.
    JUnit 5 extension that provides VCR (Video Cassette Recorder) functionality for recording and playing back LLM API calls during tests.
    VCR operating modes that determine how LLM calls are handled during tests.
    Marks a field to be automatically wrapped with VCR recording/playback functionality.
    Utility class for wrapping model instances with VCR interceptors.
    Forces a specific test method to use RECORD mode, overriding the class-level VCR mode.
    Tracks which tests have been recorded and their status.
    Recording status for a test.
    VCR wrapper for Spring AI ChatModel that records and replays LLM responses.
    VCR-enabled wrapper around a Spring AI EmbeddingModel.
    Enables VCR (Video Cassette Recorder) functionality for a test class.