{ "extract": { "traces": [], "train": [], "demos": [], "signature": { "instructions": "Given the fields `image_url`, produce the fields `total_cost`.", "fields": [ { "prefix": "Image Url:", "description": "${image_url}" }, { "prefix": "Total Cost:", "description": "${total_cost}" } ] }, "lm": { "model": "openai/gpt-4o-mini", "model_type": "chat", "cache": true, "num_retries": 3, "finetuning_model": null, "launch_kwargs": {}, "train_kwargs": {}, "temperature": 0.0, "max_tokens": 500 } }, "metadata": { "dependency_versions": { "python": "3.11", "dspy": "3.0.3", "cloudpickle": "3.1" } } }