Skip to main content
Ctrl+K
artkit  documentation - Home
  • Home
  • User Guide
  • Examples
  • API Reference
  • Contributor Guide
    • FAQ
    • Release Notes
  • GitHub
  • Home
  • User Guide
  • Examples
  • API Reference
  • Contributor Guide
  • FAQ
  • Release Notes
  • GitHub

Section Navigation

  • API Reference
  • artkit.api
  • artkit.flow
  • artkit.model
    • artkit.model
    • artkit.model.base
    • artkit.model.cache
    • artkit.model.diffusion
    • artkit.model.llm
      • artkit.model.llm
      • artkit.model.llm.CachedChatModel
      • artkit.model.llm.CachedCompletionModel
      • artkit.model.llm.ChatFromCompletionModel
      • artkit.model.llm.HistorizedChatModel
      • artkit.model.llm.TextGenerator
      • artkit.model.llm.anthropic
      • artkit.model.llm.base
      • artkit.model.llm.bedrock
      • artkit.model.llm.gemini
      • artkit.model.llm.groq
      • artkit.model.llm.history
        • artkit.model.llm.history
        • artkit.model.llm.history.AssistantMessage
        • artkit.model.llm.history.ChatHistory
        • artkit.model.llm.history.ChatMessage
        • artkit.model.llm.history.CustomMessage
        • artkit.model.llm.history.SystemPrompt
        • artkit.model.llm.history.UserMessage
      • artkit.model.llm.huggingface
      • artkit.model.llm.multi_turn
      • artkit.model.llm.openai
      • artkit.model.llm.util
      • artkit.model.llm.vertexai
    • artkit.model.util
    • artkit.model.vision
  • artkit.util
  • API Reference
  • artkit.model.llm
  • artkit.model...

artkit.model.llm.history#

Classes related to chat history.

Classes#

AssistantMessage

A chat message from an assistant.

ChatHistory

A chat history, which consists of a sequence of messages.

ChatMessage

A message that is part of a ChatHistory.

CustomMessage

A chat message with a custom role.

SystemPrompt

A system prompt.

UserMessage

A chat message from a user.

On this page
  • Classes

© Copyright 2024, Boston Consulting Group (BCG).

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.15.4.