<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Chat on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/chat/</link>
    <description>Recent content in Chat on 极客老墨</description>
    <generator>Hugo -- 0.163.3</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sat, 27 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/chat/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>大模型如何&#34;记住&#34;你说过的话：多轮对话机制与 Go 实操</title>
      <link>https://blog.hankmo.com/llm-chat-history-go/</link>
      <pubDate>Sat, 27 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/llm-chat-history-go/</guid>
      <description>大模型 API 是无状态的，多轮对话的记忆全靠开发者拼接历史消息。本文从原理到工程实现，覆盖 Token 级滑动窗口、reasoning_content 过滤、摘要压缩、Session 隔离和 V4 缓存策略，用 Go 实现生产级多轮对话方案。</description>
    </item>
  </channel>
</rss>
