import type { AiToolDefinition } from './types' export function defineAiTool( tool: AiToolDefinition, ): AiToolDefinition { return tool }