diff --git a/public/ai-agent-pattern-crag/index.md b/public/ai-agent-pattern-crag/index.md index c3c3f20..46f7563 100644 --- a/public/ai-agent-pattern-crag/index.md +++ b/public/ai-agent-pattern-crag/index.md @@ -1,6 +1,6 @@ --- title: "Agent 设计模式——CRAG" -date: "2024-07-04" +date: "2024-07-12" cta: "ai agent CRAG" spoiler: "Corrective RAG(可纠正的 RAG)" --- diff --git a/public/ai-agent-pattern-multiple-tools/index.md b/public/ai-agent-pattern-multiple-tools/index.md index d80b9f6..251b3e7 100644 --- a/public/ai-agent-pattern-multiple-tools/index.md +++ b/public/ai-agent-pattern-multiple-tools/index.md @@ -1,3 +1,10 @@ +--- +title: "Agent 设计模式——multiple tools" +date: "2024-07-04" +cta: "ai agent tool-use" +spoiler: "多工具 agent 系统实例" +--- + ## 背景 在 [function calling](/ai-agent-pattern-function-calling/) 一文中,我们介绍了作为 Agent 基石的 function calling 的原理,并给出了一个 chat agent 的实现。