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
0
Add a comment
Replies