public class ApplicationCalls extends Object
| 构造器和说明 |
|---|
ApplicationCalls() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
callWithAssistantServing() |
static void |
callWithMemory()
Application call with long term memory sample
|
static void |
callWithMoreParameters() |
static void |
callWithSession()
Call with multiple rounds session sample
|
static void |
callWithThinking() |
static void |
callWithWorkspace()
Call with workspace sample
|
static void |
flowCall()
Plugin and flow application call sample
|
static void |
flowCallWithParam()
Plugin and flow application call with biz params sample
|
static void |
main(String[] args) |
static void |
ragCall()
Rag application call sample
|
static void |
ragCallWithDocReference() |
static void |
ragCallWithTags()
Rag application call with tags sample
|
static void |
streamCall()
Call with stream response(Http SSE) sample
|
public static void ragCall()
throws ApiException,
NoApiKeyException,
InputRequiredException
NoApiKeyException - Can not find api keyApiException - The request failed, possibly due to a network or data error.InputRequiredException - Missing inputs.public static void ragCallWithTags()
throws ApiException,
NoApiKeyException,
InputRequiredException
NoApiKeyException - Can not find api keyApiException - The request failed, possibly due to a network or data error.InputRequiredException - Missing inputs.public static void flowCall()
throws ApiException,
NoApiKeyException,
InputRequiredException
NoApiKeyException - Can not find api keyApiException - The request failed, possibly due to a network or data error.InputRequiredException - Missing inputs.public static void flowCallWithParam()
throws ApiException,
NoApiKeyException,
InputRequiredException
NoApiKeyException - Can not find api keyApiException - The request failed, possibly due to a network or data error.InputRequiredException - Missing inputs.public static void callWithSession()
throws ApiException,
NoApiKeyException,
InputRequiredException
NoApiKeyException - Can not find api keyApiException - The request failed, possibly due to a network or data error.InputRequiredException - Missing inputs.public static void streamCall()
throws NoApiKeyException,
InputRequiredException
NoApiKeyException - Can not find api keyInputRequiredException - Missing inputs.public static void callWithWorkspace()
throws NoApiKeyException,
InputRequiredException
NoApiKeyException - Can not find api keyInputRequiredException - Missing inputs.public static void callWithMemory()
throws ApiException,
NoApiKeyException,
InputRequiredException
NoApiKeyException - Can not find api keyApiException - The request failed, possibly due to a network or data error.InputRequiredException - Missing inputs.public static void callWithAssistantServing()
throws NoApiKeyException,
InputRequiredException
public static void ragCallWithDocReference()
throws ApiException,
NoApiKeyException,
InputRequiredException
public static void callWithMoreParameters()
throws NoApiKeyException,
InputRequiredException
public static void callWithThinking()
throws NoApiKeyException,
InputRequiredException
public static void main(String[] args)
Copyright © 2025. All rights reserved.