UNPKG

@promptbook/browser

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

18 lines (17 loc) 751 B
import type { AgentChatProps } from './AgentChatProps'; /** * AgentChat component that provides chat functionality with LLM integration * * This component internally manages messages, participants, and task progress, * and uses the provided LLM tools to generate responses via `LlmExecutionTools.callChatModel`. * * Note: There are multiple chat components: * - `<Chat/>` renders chat as it is without any logic * - `<AgentChat/>` connected to LLM Execution Tools of Promptbook * * @public exported from `@promptbook/components` */ export declare function AgentChat(props: AgentChatProps): import("react/jsx-runtime").JSX.Element; /** * TODO: !!!! Search ACRY ".meta.color" and make sure that we count that we count color can be array */