File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ export const ActionGoogleSchema: Schema = {
1212 } ,
1313 description : {
1414 type : SchemaType . STRING ,
15- description : 'Free text describing the action' ,
15+ description :
16+ 'Free text describing the action concerning the related tokens, the platform to use and expected APY' ,
1617 nullable : false
1718 } ,
1819 platforms : {
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ export const ActionZodSchema = z.object({
77 'Comma-separated list of symbols of the involved crypto currencies or tokens, for example: USDC, ETH'
88 } ) ,
99 description : z . string ( {
10- description : 'Free text describing the action concerning the related tokens'
10+ description :
11+ 'Free text describing the action concerning the related tokens, the platform to use and expected APY'
1112 } ) ,
1213 platforms : z . array (
1314 z . string ( {
You can’t perform that action at this time.
0 commit comments