Inspector

import { Inspector } from '@hanzo/ui/chat'

No examples yet.

Types

export interface Section {
/** The heading. */
name: string
/** Drawn as a table of name and value. */
facts?: Facts
/** Drawn by `Parts` — steps, artifacts, sources, files. */
parts?: readonly MessagePart[]
}
export interface InspectorProps

Exports

Inspectortype InspectorPropstype Section