History Node Catalog
Generated category
History Node Catalog
Generated from 23 catalog nodes in AI/Generative/History.
Nodes in this category
Showing 23 of 23 generated node docs.
Clear History
AI/Generative/HistoryClears all messages from a ChatHistory
From Messages
AI/Generative/HistoryCreates a Chat History from Messages
Get System Prompt
AI/Generative/HistoryExtracts the first system-level message from a chat history for downstream use
History From String
AI/Generative/HistoryCreates a ChatHistory Struct from String (as User Message)
Make History
AI/Generative/HistoryCreates a ChatHistory struct
Pop Message from History
AI/Generative/HistoryRemoves and returns the last message in a chat history
Push Message
AI/Generative/HistoryAppends a chat message to the end of a history
Set History Frequency Penalty
AI/Generative/HistoryStores the frequency penalty parameter used by LLM sampling
Set History N
AI/Generative/HistoryStores how many completions to request in downstream LLM calls
Set History Presence Penalty
AI/Generative/HistoryStores the presence penalty parameter used for discouraging repetition
Set History Temperature
AI/Generative/HistoryStores the sampling temperature used for later LLM invocations
Set History Thinking
AI/Generative/HistoryStores the thinking level that downstream model invocations should use
Set History Top P
AI/Generative/HistoryStores the nucleus sampling (top-p) parameter alongside the chat history
Set History User
AI/Generative/HistoryUpdates the user identifier stored alongside the chat history
Set Max Tokens
AI/Generative/HistoryStores the maximum completion tokens allowed for future calls
Set Response Format
AI/Generative/HistoryConfigures the structured response format expected from later LLM calls
Set Seed
AI/Generative/HistoryStores an optional randomness seed alongside the chat history
Set Stop Words
AI/Generative/HistoryStores one or more stop sequences to truncate future completions
Set Stream
AI/Generative/HistoryStores whether downstream LLM invocations should stream tokens
Set System Message
AI/Generative/HistoryCreates or replaces the system prompt within a chat history before invoking an LLM
Extract Content
AI/Generative/History/MessageExtracts text content from a chat message, flattening multi-part payloads
Make Message
AI/Generative/History/MessageCreates a chat message with text or image content and optional tool metadata
Push Content
AI/Generative/History/MessageAppends text or image parts onto a chat message