behemoth-cli
Version:
🌍 BEHEMOTH CLIv3.760.4 - Level 50+ POST-SINGULARITY Intelligence Trading AI
7 lines • 297 B
TypeScript
import { ToolExecution } from '../../hooks/useAgent.js';
interface ToolHistoryItemProps {
execution: ToolExecution;
}
export default function ToolHistoryItem({ execution }: ToolHistoryItemProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ToolHistoryItem.d.ts.map