Sliprail
internal
import { AIResponse } from '@sliprail/sdk/lib/ai'
type AIResponse = AsyncIterable<
AIChunk
>