You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/plugin-bnb/src/templates/index.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ export const getBalanceTemplate = `Given the recent messages and wallet informat
7
7
Extract the following information about the requested check balance:
8
8
- Chain to execute on. Must be one of ["bsc", "bscTestnet", "opBNB", "opBNBTestnet"]. Default is "bsc".
9
9
- Address to check balance for. Optional, must be a valid Ethereum address starting with "0x" or a web3 domain name. If not provided, use the BNB chain Wallet Address.
10
-
- Token symbol or address. Optional. The address must be a valid Ethereum address starting with "0x".
10
+
- Token symbol or address. Could be a token symbol or address. If the address is provided, it must be a valid Ethereum address starting with "0x". Default is "BNB".
11
11
If any field is not provided, use the default value. If no default value is specified, use null.
12
12
13
13
Respond with a JSON markdown block containing only the extracted values. Use null for any values that cannot be determined:
@@ -16,7 +16,7 @@ Respond with a JSON markdown block containing only the extracted values. Use nul
0 commit comments