Failure

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

No examples yet.

Types

export interface FailureProps extends Omit<ComponentProps<typeof YStack>, 'children'> {
/** What went wrong, in the surface's own words. */
children?: ReactNode
/** Offer to run the turn again. Omit and no control renders. */
onRetry?: () => void
retryLabel?: string
}

Exports

Failuretype FailureProps