@assistant-ui/react
Version:
React components for AI chat.
1 lines • 842 B
Source Map (JSON)
{"version":3,"sources":["../../src/hooks/useAppendMessage.tsx"],"sourcesContent":["import { useCallback } from \"react\";\nimport { useThreadRuntime } from \"../context/react/ThreadContext\";\nimport { CreateAppendMessage } from \"../api/ThreadRuntime\";\n\n/**\n * @deprecated Use `useThreadRuntime().append()` instead. This will be removed in 0.6.\n */\nexport const useAppendMessage = () => {\n const threadRuntime = useThreadRuntime();\n\n const append = useCallback(\n (message: CreateAppendMessage) => {\n threadRuntime.append(message);\n },\n [threadRuntime],\n );\n\n return append;\n};\n"],"mappings":";AAAA,SAAS,mBAAmB;AAC5B,SAAS,wBAAwB;AAM1B,IAAM,mBAAmB,MAAM;AACpC,QAAM,gBAAgB,iBAAiB;AAEvC,QAAM,SAAS;AAAA,IACb,CAAC,YAAiC;AAChC,oBAAc,OAAO,OAAO;AAAA,IAC9B;AAAA,IACA,CAAC,aAAa;AAAA,EAChB;AAEA,SAAO;AACT;","names":[]}