Skip to content

Commit

Permalink
update thread id
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Jan 9, 2025
1 parent cfdac12 commit 6d5701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp-langchain/examples/wallet/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function initializeAgent() {
// agent
const agentConfig = {
configurable: {
thread_id: "CDP AgentKit Chatbot Example!",
thread_id: "CDP AgentKit Wallet Import Example!",
},
};

Expand Down

0 comments on commit 6d5701e

Please sign in to comment.