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

Method main

samples/AssistantFunctionCall.java:149–152  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

147 }
148
149 public static void main(String[] args) throws ApiException, NoApiKeyException, InputRequiredException, InvalidateParameter, InterruptedException {
150 Assistant assistant = createAssistant();
151 run(assistant.getId());
152 }
153}

Callers

nothing calls this directly

Calls 3

createAssistantMethod · 0.95
runMethod · 0.95
getIdMethod · 0.80

Tested by

no test coverage detected