{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"table\": \"pipeline_steps\",\n \"create_statement\": \"CREATE TABLE `pipeline_steps` (\\n `id` int(11) NOT NULL AUTO_INCREMENT,\\n `pipeline_id` int(11) NOT NULL,\\n `step_type` enum('analyze','chunk','chunk_entity_link','chunk_semantics','chunk_store','chunk_taxonomy','collection_setup','detect','doc_create','duplicate_check','embed','enrich','entity_extract','entity_normalize','entity_store','entity_taxonomy','extract','finalize','hash','index_optimize','knowledge_semantic_analyze','knowledge_semantic_store','metadata_store','ontology_classify','ontology_store','page_split','page_store','qdrant_store','queue','question_generate','relation_extract','relation_store','rotation','segment','semantic_analyze','status_update','structure','summarize','taxonomy_build','text_semantic_analyze','text_semantic_store','validate','vector_store','vision','vision_analyze','vision_store') NOT NULL,\\n `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`config`)),\\n `sort_order` int(11) NOT NULL DEFAULT 0,\\n `enabled` tinyint(1) DEFAULT 1,\\n `created_at` datetime DEFAULT current_timestamp(),\\n `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(),\\n PRIMARY KEY (`id`),\\n KEY `idx_pipeline_order` (`pipeline_id`,`sort_order`),\\n CONSTRAINT `pipeline_steps_ibfk_1` FOREIGN KEY (`pipeline_id`) REFERENCES `pipeline_configs` (`id`) ON DELETE CASCADE\\n) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\",\n \"execution_ms\": 0\n}"
}
]
}