mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-06-03 07:36:45 +00:00
added write functionalities ie, swap and transfer
This commit is contained in:
5
examples/agent-kit-langgraph/src/helper/examples.ts
Normal file
5
examples/agent-kit-langgraph/src/helper/examples.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { HumanMessage } from "@langchain/core/messages";
|
||||
|
||||
export const generalQuestion = [
|
||||
new HumanMessage("Who is the president of Ecuador?"),
|
||||
];
|
||||
Reference in New Issue
Block a user