LogChunk
@daydreamsai/core / LogChunk
Type Alias: LogChunk
LogChunk = {
done:boolean;log:AnyRef;type:"log"; } | {content:string;id:string;type:"content"; } | {data:any;id:string;type:"data"; } | {id:string;type:"done"; }
Defined in: packages/core/src/types.ts:661
Represents a chunk of streaming log data