MCPcopy Create free account
hub / github.com/dashscope/dashscope-sdk-java / main

Method main

samples/BelleUsage.java:24–31  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

22 System.out.println(JsonUtils.toJson(result));
23 }
24 public static void main(String[] args){
25 try {
26 usage();
27 } catch (ApiException | NoApiKeyException | InputRequiredException e) {
28 System.out.println(e.getMessage());
29 }
30 System.exit(0);
31 }
32}

Callers

nothing calls this directly

Calls 2

usageMethod · 0.95
getMessageMethod · 0.80

Tested by

no test coverage detected