UNPKG

@assistant-ui/react

Version:

React components for AI chat.

6 lines 299 B
// src/runtimes/local/shouldContinue.tsx var shouldContinue = (result) => result.status?.type === "requires-action" && result.status.reason === "tool-calls" && result.content.every((c) => c.type !== "tool-call" || !!c.result); export { shouldContinue }; //# sourceMappingURL=shouldContinue.mjs.map