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

Method main

samples/AssistantCallSearch.java:69–72  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

67 }
68
69 public static void main(String[] args) throws ApiException, NoApiKeyException, InputRequiredException, InvalidateParameter, InterruptedException {
70 Assistant assistant = createAssistant();
71 run(assistant.getId());
72 }
73}

Callers

nothing calls this directly

Calls 3

createAssistantMethod · 0.95
runMethod · 0.95
getIdMethod · 0.80

Tested by

no test coverage detected