import type { ToolState } from '#ai-chat/types' export function useToolCall(_state: ToolState, _toolName: string, _input: Record) { return { toolMessage: {} as Record, toolIcon: {} as Record } }