mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 17:59:29 +00:00
update normalization for tool call ids
This commit is contained in:
parent
6f1afabcdc
commit
b630988d0d
342 changed files with 8473 additions and 8476 deletions
|
|
@ -59,7 +59,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "rec-0a29c4085705",
|
||||
"id": "chatcmpl-865",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
"tool_calls": [
|
||||
{
|
||||
"index": 0,
|
||||
"id": "toolcall-0a29c408-0",
|
||||
"id": "call_tipirynt",
|
||||
"function": {
|
||||
"arguments": "{\"celcius\":true,\"liquid_name\":\"polyjuice\"}",
|
||||
"name": "get_boiling_point"
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 0,
|
||||
"created": 1759429354,
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "rec-0a29c4085705",
|
||||
"id": "chatcmpl-865",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 0,
|
||||
"created": 1759429354,
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue