@copilotkit/react-ui
Version:
<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>
8 lines (5 loc) • 339 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { RenderMessageProps } from '../props.js';
import '@copilotkit/runtime-client-gql';
declare function RenderActionExecutionMessage({ AssistantMessage, ...props }: RenderMessageProps): react_jsx_runtime.JSX.Element | null | undefined;
export { RenderActionExecutionMessage };