From 6d5701e40d764803a600f7c64238133b4c7eb9f8 Mon Sep 17 00:00:00 2001 From: Christopher Gerber Date: Thu, 9 Jan 2025 13:50:40 -0800 Subject: [PATCH] update thread id --- cdp-langchain/examples/wallet/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdp-langchain/examples/wallet/wallet.ts b/cdp-langchain/examples/wallet/wallet.ts index 4b80d8a..337ca1e 100644 --- a/cdp-langchain/examples/wallet/wallet.ts +++ b/cdp-langchain/examples/wallet/wallet.ts @@ -69,7 +69,7 @@ async function initializeAgent() { // agent const agentConfig = { configurable: { - thread_id: "CDP AgentKit Chatbot Example!", + thread_id: "CDP AgentKit Wallet Import Example!", }, };