Skip to content

History Node Catalog

Generated category

History Node Catalog

Generated from 23 catalog nodes in AI/Generative/History.

AI/Generative/History/Message

Nodes in this category

Showing 23 of 23 generated node docs.

Clear History

AI/Generative/History

Clears all messages from a ChatHistory

From Messages

AI/Generative/History

Creates a Chat History from Messages

Get System Prompt

AI/Generative/History

Extracts the first system-level message from a chat history for downstream use

History From String

AI/Generative/History

Creates a ChatHistory Struct from String (as User Message)

Make History

AI/Generative/History

Creates a ChatHistory struct

Pop Message from History

AI/Generative/History

Removes and returns the last message in a chat history

Push Message

AI/Generative/History

Appends a chat message to the end of a history

Set History Frequency Penalty

AI/Generative/History

Stores the frequency penalty parameter used by LLM sampling

Set History N

AI/Generative/History

Stores how many completions to request in downstream LLM calls

Set History Presence Penalty

AI/Generative/History

Stores the presence penalty parameter used for discouraging repetition

Set History Temperature

AI/Generative/History

Stores the sampling temperature used for later LLM invocations

Set History Thinking

AI/Generative/History

Stores the thinking level that downstream model invocations should use

Set History Top P

AI/Generative/History

Stores the nucleus sampling (top-p) parameter alongside the chat history

Set History User

AI/Generative/History

Updates the user identifier stored alongside the chat history

Set Max Tokens

AI/Generative/History

Stores the maximum completion tokens allowed for future calls

Set Response Format

AI/Generative/History

Configures the structured response format expected from later LLM calls

Set Seed

AI/Generative/History

Stores an optional randomness seed alongside the chat history

Set Stop Words

AI/Generative/History

Stores one or more stop sequences to truncate future completions

Set Stream

AI/Generative/History

Stores whether downstream LLM invocations should stream tokens

Set System Message

AI/Generative/History

Creates or replaces the system prompt within a chat history before invoking an LLM

Extract Content

AI/Generative/History/Message

Extracts text content from a chat message, flattening multi-part payloads

Make Message

AI/Generative/History/Message

Creates a chat message with text or image content and optional tool metadata

Push Content

AI/Generative/History/Message

Appends text or image parts onto a chat message