File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -669,7 +669,8 @@ class TestTool(Tool):
669
669
" query" : {" type" : " string" , " description" : " Search query text" },
670
670
" user_id" : {" type" : " string" , " description" : " User ID for the search session" }
671
671
},
672
- " required" : [" query" , " user_id" ]
672
+ " required" : [" query" , " user_id" ],
673
+ " additionalProperties" : False ,
673
674
}
674
675
675
676
async def execute (self , ** params ) -> Dict[str , Any]:
Original file line number Diff line number Diff line change @@ -608,7 +608,8 @@ Inline Tool Example
608
608
" query" : {" type" : " string" , " description" : " Search query text" },
609
609
" user_id" : {" type" : " string" , " description" : " User ID for the search session" }
610
610
},
611
- " required" : [" query" , " user_id" ]
611
+ " required" : [" query" , " user_id" ],
612
+ " additionalProperties" : False ,
612
613
}
613
614
614
615
async def execute (self , ** params ) -> Dict[str , Any]:
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " solana-agent"
3
- version = " 30.0.5 "
3
+ version = " 30.0.6 "
4
4
description = " AI Agents for Solana"
5
5
authors = [" Bevan Hunt <bevan@bevanhunt.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments