@botonic/react
Version:
Build Chatbots using React
5 lines (4 loc) • 426 B
TypeScript
import type { DebugEventConfig } from '../../types';
import type { AiAgentDebugEvent } from './types';
export declare const AiAgent: ({ tools_executed, input_guardrails_triggered, output_guardrails_triggered, exit, error, messageId, knowledge_base_chunks_with_sources, }: AiAgentDebugEvent) => import("react/jsx-runtime").JSX.Element;
export declare const getAiAgentEventConfig: (data: AiAgentDebugEvent) => DebugEventConfig;