Structs§
- Mock
Language Model - A mock language model for testing that tracks inputs and yields predefined outputs.
Enums§
- Mock
Generate Result - Result for a mocked
generatecall. It can either be a full response or an error to return. - Mock
Stream Result - Result for a mocked
streamcall. It can either be a set of partial responses or an error to return.