ComfyUI Node
Muse Glimmer Response Parser
Splits a non-streaming Muse Glimmer response into final response and thinking text while preserving other recipients as raw text. Streaming and tool-call interpretation are not supported.
Muse Glimmer Response Parser
- response
- thinking
- raw
- valid
◄muse_response►
CategoryOllama/llama_cpp/utils
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| muse_response | STRING | Raw response string produced by Muse Glimmer. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| response | STRING | — |
| thinking | STRING | — |
| raw | STRING | Unclassified text and complete messages addressed to recipients other than self or user. |
| valid | BOOLEAN | True when a complete Muse Glimmer final-response marker was parsed. False for truncated reasoning or non-Muse text. |