@Preview(value="3.1")
public interface ChatRequest
| Modifier and Type | Method and Description |
|---|---|
ChatResponse |
call()
调用
|
ChatRequest |
options(ChatOptions options)
选项设置
|
ChatRequest |
options(Consumer<ChatOptions> optionsBuilder)
选项配置
|
org.reactivestreams.Publisher<ChatResponse> |
stream()
流响应
|
ChatRequest options(ChatOptions options)
options - 选项ChatRequest options(Consumer<ChatOptions> optionsBuilder)
optionsBuilder - 选项构建器ChatResponse call() throws IOException
IOExceptionorg.reactivestreams.Publisher<ChatResponse> stream()
Copyright © 2025. All rights reserved.