Response Node Catalog
Generated category
Response Node Catalog
Generated from 9 catalog nodes in AI/Generative/Response.
Nodes in this category
Showing 9 of 9 generated node docs.
Chunk From String
AI/Generative/ResponseWraps an arbitrary string in a synthetic streaming chunk
Last Content
AI/Generative/ResponseExtracts the content string from the last assistant message in a response
Last Message
AI/Generative/ResponseExtracts the last assistant message from a response
Make Response
AI/Generative/ResponseCreates an empty Response struct for manual composition
Push Chunk
AI/Generative/ResponseAppends a streaming chunk onto a response
Response From String
AI/Generative/ResponseWraps a plain string into a synthetic LLM response object for downstream tooling.
Get Token
AI/Generative/Response/ChunkExtracts the latest streamed token from a response chunk
Get Content
AI/Generative/Response/MessageExtracts the text content field from a response message
Get Role
AI/Generative/Response/MessageExtracts the author role string from a response message