FakeAnthropicAI
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(source)
Constructors
Link copied to clipboard
constructor(completionGenerators: Map<ModelName, MessageContentGenerator> = emptyMap(), models: Storage<ModelInfo> = DEFAULT_ANTHROPIC_MODELS, batches: Storage<StoredBatch> = Storage.InMemory(), files: Storage<StoredFile> = Storage.InMemory(), clock: Clock = Clock.systemUTC())