类 DSRespChoice
java.lang.Object
top.aoyudi.deepseek.entity.response.DSRespChoice
DeepSeek 选择项
-
字段概要
字段修饰符和类型字段说明private DSRespMessage流式返回的消息对象private String完成原因private int选择项的索引private String日志概率private DSRespMessage非流式返回的消息对象 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
message
非流式返回的消息对象 -
delta
流式返回的消息对象 -
finish_reason
完成原因 -
logprobs
日志概率 -
index
private int index选择项的索引
-
-
构造器详细资料
-
DSRespChoice
public DSRespChoice()
-