Package-level declarations
Types
Link copied to clipboard
class FakeAnthropicAI(completionGenerators: Map<ModelName, MessageContentGenerator> = emptyMap()) : ChaoticHttpHandler
Link copied to clipboard
Helps to control the generation of responses in a particular format for a model.
Properties
Functions
Link copied to clipboard
fun MessageContentGenerator.Companion.LoremIpsum(random: Random = Random(0)): MessageContentGenerator
Generates Lorem Ipsum paragraphs based on the random generator.