-
Makes a chat request to the Tbox API with default parameters.
TboxClient.chat(String appId,
String query,
String userId,
String conversationId,
String requestId,
Map<String,Object> inputs,
String version,
boolean withMeta,
MessageParser messageParser,
Map<String,Object> clientProperties)
Makes a chat request to the Tbox API.
Makes a synchronous chat request to the Tbox API with default parameters.
Makes a synchronous chat request to the Tbox API.
Makes a completion request to the Tbox API with default parameters.
TboxClient.completion(String appId,
Map<String,Object> inputs,
String userId,
String conversationId,
String requestId,
String version,
boolean withMeta,
MessageParser messageParser,
Map<String,Object> clientProperties)
Makes a completion request to the Tbox API.
Makes a synchronous completion request to the Tbox API with default parameters.
Makes a synchronous completion request to the Tbox API.
Creates the HTTP client instance.
Creates a new Tbox client.
Creates a new Tbox client with authorization.
-
Makes a POST request to the specified path.
Makes a streaming POST request to the specified path.