Package-level declarations
Types
Link copied to clipboard
class FakeAnthropicAI(completionGenerators: Map<ModelName, MessageContentGenerator> = emptyMap(), val models: Storage<ModelInfo> = DEFAULT_ANTHROPIC_MODELS, val batches: Storage<StoredBatch> = Storage.InMemory(), val files: Storage<StoredFile> = Storage.InMemory(), clock: Clock = Clock.systemUTC()) : ChaoticHttpHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Functions
Link copied to clipboard
fun MessageContentGenerator.Companion.LoremIpsum(random: Random = Random(0)): MessageContentGenerator
Generates Lorem Ipsum paragraphs based on the random generator.