Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase committed Jan 23, 2025
1 parent 8ef8904 commit f0370cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdp-langchain/examples/chatbot-typescript/chatbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function initializeAgent() {
// Create React Agent using the LLM and CDP AgentKit tools
const agent = createReactAgent({
llm,
tools: tools,
tools,
checkpointSaver: memory,
messageModifier: `
You are a helpful agent that can interact onchain using the Coinbase Developer Platform AgentKit. You are
Expand Down
2 changes: 1 addition & 1 deletion cdp-langchain/examples/chatbot-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@coinbase/cdp-agentkit-core": "^0.0.13",
"@coinbase/cdp-langchain": "^0.0.14",
"@langchain/core": "^0.3.19",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
"@langchain/core": "^0.3.19",
"dotenv": "^16.4.5",
"zod": "^3.22.4"
},
Expand Down

0 comments on commit f0370cb

Please sign in to comment.