UNPKG

@redocly/theme

Version:

Shared UI components lib

3 lines (2 loc) 196 B
import type { ToolCall, ContentSegment } from '../types/search'; export declare function splitContentByToolCalls(content: string | undefined, toolCalls: ToolCall[] | undefined): ContentSegment[];