响应示例 | ChatCompletionChunk(
id="0217***",
choices=[
Choice(
delta=ChoiceDelta(
content="从前", function_call=None, role="assistant", tool_calls=None
),
finish_reason=None,
index=0,
)
],
created=1737882725,
model="doubao-***",
object="chat.completion.chunk",
)
ChatCompletionChunk(
id="0217***",
choices=[
Choice(
delta=ChoiceDelta(
content="xxxx", function_call=None, role="assistant", tool_calls=None
),
finish_reason=None,
index=0,
)
],
created=1737882725,
model="doubao-***",
object="chat.completion.chunk",
)
...
ChatCompletionChunk(
id="0217***",
choices=[
Choice(
delta=ChoiceDelta(
content="\n",
function_call=None,
role="assistant",
tool_calls=[
ChoiceDeltaToolCall(
index=0,
id="call_leigeybrw25cwlk87byg8l3v",
function=ChoiceDeltaToolCallFunction(
arguments='{"prompt": "有道词典", "region": "CN"}',
name="AppFinder",
),
type="function",
)
],
),
finish_reason="tool_calls",
index=0,
)
],
created=1737884441,
model="doubao-***",
object="chat.completion.chunk",
)
| ChatCompletionChunk(
id="0217***",
choices=[
Choice(
delta=ChoiceDelta(
content="从前", function_call=None, role="assistant", tool_calls=None
),
finish_reason=None,
index=0,
)
],
created=1737882725,
model="doubao-1-5-***",
object="chat.completion.chunk",
)
ChatCompletionChunk(
id="0217***",
choices=[
Choice(
delta=ChoiceDelta(
content="xxxx", function_call=None, role="assistant", tool_calls=None
),
finish_reason=None,
index=0,
)
],
created=1737882725,
model="doubao-1-5-***",
object="chat.completion.chunk",
)
...
ChatCompletionChunk(
id="0217***",
choices=[
Choice(
delta=ChoiceDelta(
content="", function_call=None, role="assistant", tool_calls=None
),
finish_reason=None,
index=0,
)
],
created=1737882725,
model="doubao-1-5-***",
object="chat.completion.chunk",
)
...
ChatCompletionChunk(
id="0217***",
choices=[
Choice(
delta=ChoiceDelta(
content="", function_call=None, role="assistant", tool_calls=None
),
finish_reason=None,
index=0,
)
],
created=1737882725,
model="doubao-1-5-***",
object="chat.completion.chunk",
)
ChatCompletionChunk(
id="0217***",
choices=[
Choice(
delta=ChoiceDelta(
content="",
function_call=None,
role="assistant",
tool_calls=[
ChoiceDeltaToolCall(
index=0,
id="call_05i***",
function=ChoiceDeltaToolCallFunction(
arguments="", name="AppFinder"
),
type="function",
)
],
),
finish_reason=None,
index=0,
)
],
created=1737882725,
model="doubao-1-5-***",
object="chat.completion.chunk",
)
...
ChatCompletionChunk(
id="0217***",
choices=[
Choice(
delta=ChoiceDelta(
content="",
function_call=None,
role="assistant",
tool_calls=[
ChoiceDeltaToolCall(
index=0,
id=None,
function=ChoiceDeltaToolCallFunction(arguments='"}', name=None),
type=None,
)
],
),
finish_reason=None,
index=0,
)
],
created=1737882725,
model="doubao-1-5-***",
object="chat.completion.chunk",
)
ChatCompletionChunk(
id="0217***",
choices=[
Choice(
delta=ChoiceDelta(
content="", function_call=None, role="assistant", tool_calls=None
),
finish_reason="tool_calls",
index=0,
)
],
created=1737882725,
model="doubao-1-5-***",
object="chat.completion.chunk",
)
|