Remove (input is a JSON string) from Langchain tool

This commit is contained in:
Joshua Sum
2025-01-03 16:44:24 +08:00
committed by GitHub
parent 1a34e9a4e5
commit 09ffec2763

View File

@@ -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) {