From 09ffec2763cda1e5c1a26b9ed5823c899df1ff5d Mon Sep 17 00:00:00 2001 From: Joshua Sum <58564538+JoshuaSum@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:44:24 +0800 Subject: [PATCH] Remove (input is a JSON string) from Langchain tool --- src/langchain/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/langchain/index.ts b/src/langchain/index.ts index 4b00077..f98893e 100644 --- a/src/langchain/index.ts +++ b/src/langchain/index.ts @@ -772,7 +772,7 @@ export class SolanaRestakeTool extends Tool { name = "solana_restake"; description = `This tool can be used to restake your SOL on Solayer to receive Solayer SOL (sSOL) as a Liquid Staking Token (LST). - Inputs ( input is a JSON string ): + Inputs: amount: number, eg 1 or 0.01 (required)`; constructor(private solanaKit: SolanaAgentKit) {