{
"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('detect','validate','page_split','vision_analyze','extract','structure','segment','chunk','metadata_store','embed','collection_setup','vector_store','index_optimize','entity_extract','relation_extract','taxonomy_build','semantic_analyze','summarize','question_generate','finalize','analyze','queue','hash','rotation','doc_create','page_store','vision','vision_store','chunk_store','enrich','qdrant_store','status_update','entity_store','entity_normalize','relation_store','ontology_classify','chunk_entity_link','chunk_taxonomy','entity_taxonomy','chunk_semantics') 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\": 1\n}"
}
]
}