ComfyUI Node Runs on cloud
Eden_GPTStructuredOutput
A ComfyUI node in Eden π± with 7 inputs and 1 output.
Eden_GPTStructuredOutput
- STRING
βpromptGenerate a structured response about the given topicβΊ
βsystem_promptYou are a helpful assistant that generates structured JSON responses.βΊ
βjson_schema{
"type": "object",
"properties": {
"title": {"type": "string"},
"description": {"type": "string"},
"key_points": {"type": "array", "items": {"type": "string"}}
},
"required": ["title", "description", "key_points"]
}βΊ
βmax_tokens1000βΊ
βmodelgpt-4oβΊ
βseed0βΊ
βtemperature0.7βΊ
CategoryEden π±
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | Generate a structured response about the given topic | β |
| system_prompt | STRING | You are a helpful assistant that generates structured JSON responses. | β |
| json_schema | STRING | { "type": "object", "properties": { "title": {"type": "string"}, "description": {"type": "string"}, "key_points": {"type": "array", "items": {"type": "string"}} }, "required": ["title", "description", "key_points"] } | β |
| max_tokens | INT | 10001β9223372036854776000 | β |
| model | COMBO | gpt-4o | 2 options: gpt-4o, gpt-4-turbo |
| seed | INT | 00β9223372036854776000 | β |
| temperatureopt | FLOAT | 0.70β2 | β |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | β |