ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.555.2

This commit is contained in:
speakeasybot
2025-06-04 00:32:38 +00:00
parent 37569715a6
commit 84fb18428a
208 changed files with 4457 additions and 3510 deletions

View File

@@ -48,7 +48,8 @@ public class Application {
.build();
PerformSearchResponse res = sdk.search().performSearch()
.query("dylan")
.query("arnold")
.limit(5)
.call();
// handle response
@@ -105,6 +106,7 @@ public class Application {
PerformVoiceSearchResponse res = sdk.search().performVoiceSearch()
.query("dead+poop")
.limit(5)
.call();
// handle response