{ "generate_cypher.predict": { "traces": [], "train": [], "demos": [], "signature": { "instructions": "Task: Generate Cypher statement to query a graph database. \nInstructions: Use only the provided relationship types and properties in the schema. \nDo not use any other relationship types or properties that are not provided in the schema. \nDo not include any explanations or apologies in your responses. \nDo not respond to any questions that might ask anything else than for you to construct a Cypher statement. \nDo not include any text except the generated Cypher statement.", "fields": [ { "prefix": "Question:", "description": "Question to model using a cypher statement." }, { "prefix": "Neo 4 J Schema:", "description": "Current graph schema in Neo4j as a list of NODES and RELATIONSHIPS." }, { "prefix": "Reasoning: Let's think step by step in order to", "description": "${reasoning}" }, { "prefix": "Statement:", "description": "Cypher statement to merge nodes and relationships found in the text." } ] }, "lm": { "model": "openai/gpt-4o", "model_type": "chat", "cache": true, "num_retries": 3, "finetuning_model": null, "launch_kwargs": {}, "train_kwargs": {}, "temperature": null, "max_tokens": 1024 } }, "metadata": { "dependency_versions": { "python": "3.13", "dspy": "3.0.4", "cloudpickle": "3.1" } } }