Skip to main content
View source

Question

View as Markdown

A RocketRide filter node that trims incoming text and wraps it as a Question object.

What it does

Takes raw text from the text lane, strips surrounding whitespace, and encapsulates it as a Question object on the questions lane. The content is not generated, rewritten, or altered in any way; the node exists solely to translate unstructured text into the typed question entity that downstream nodes (vector stores, LLMs, agents, and the Prompt node) expect.

If the text is empty or whitespace-only after stripping, the node calls preventDefault and skips processing. The pipeline continues to the next node without emitting a question.

Choose Question when a pipeline has text that a downstream component expects as a typed question. Choose Prompt instead when the question must also be combined with instructions, documents, tables, or other context.

Lanes

Lane inLane outDescription
textquestionsWrap text as a Question and pass it downstream

Configuration

This node has no configurable fields. The single default profile is empty, so wiring is the only setup: send non-empty text to text and consume the result from questions.

Requirements

This node needs no hardware of its own: it strips whitespace and wraps the text as a Question, without loading or calling a model. Any GPU requirement belongs to the node downstream that handles the question.


Schema

No configuration fields.