© 2026 Hedgehog Software, LLC
const aiResponse = yield* aiTools.processQuestion(chatId, message.body);
const runable = Effect .gen(function*() { const claude = yield* AnthropicCompletions.model('claude-3-5-haiku-latest'); yield* claude.provide(program); })