What replay actually means

by

Replay isn't the same as mocking.

When Sequa records an execution, it captures the real interaction between your application and the LLM.

Future runs replay that recorded execution, so your tests are:

  • Faster

  • Deterministic

  • Offline

  • Free from additional API calls

3 views

Add a comment

Replies

Be the first to comment