| { | |
| "label": "Gemini Prompt Expander", | |
| "default_repo": "", | |
| "default_dtype": "", | |
| "node_params": { | |
| "custom": { | |
| "params": { | |
| "prompt": { | |
| "label": "Prompt", | |
| "type": "string", | |
| "display": "textarea", | |
| "default": "" | |
| }, | |
| "out_prompt": { | |
| "label": "Prompt", | |
| "type": "string", | |
| "display": "output" | |
| }, | |
| "doc": { | |
| "label": "Doc", | |
| "type": "string", | |
| "display": "output" | |
| } | |
| }, | |
| "input_names": [ | |
| "prompt" | |
| ], | |
| "model_input_names": [], | |
| "output_names": [ | |
| "out_prompt", | |
| "doc" | |
| ], | |
| "block_name": "custom", | |
| "node_type": "custom" | |
| } | |
| } | |
| } | |