chore: docs

This commit is contained in:
aryan
2024-12-30 06:35:46 +05:30
parent 20a4bcf4b5
commit 9f4b0324d7
16 changed files with 34 additions and 33 deletions

View File

@@ -1302,9 +1302,9 @@ export class SolanaRockPaperScissorsTool extends Tool {
const result = await this.solanaKit.rockPaperScissors(
Number(parsedInput['"amount"']),
parsedInput['"choice"'].replace(/^"|"$/g, "") as
| "rock"
| "paper"
| "scissors",
| "rock"
| "paper"
| "scissors",
);
return JSON.stringify({