mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 17:49:27 +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
|
|
@ -39,7 +39,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "rec-e509387fc329",
|
||||
"id": "chatcmpl_4c3ae1bf-991d-4266-a12d-b1e97ecbb7a0",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"tool_calls": [
|
||||
{
|
||||
"index": 0,
|
||||
"id": "toolcall-e509387f-0",
|
||||
"id": "call_87aed80e-f856-468f-9523-52db3018d83d",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "get_weather"
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 0,
|
||||
"created": 1758326502,
|
||||
"model": "meta-llama-3.3-70b-instruct-121024",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "rec-e509387fc329",
|
||||
"id": "chatcmpl_4c3ae1bf-991d-4266-a12d-b1e97ecbb7a0",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
"tool_calls": [
|
||||
{
|
||||
"index": 0,
|
||||
"id": "toolcall-e509387f-0",
|
||||
"id": null,
|
||||
"function": {
|
||||
"arguments": "{ \"city\": \"Tokyo\" }",
|
||||
"name": null
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 0,
|
||||
"created": 1758326502,
|
||||
"model": "meta-llama-3.3-70b-instruct-121024",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "rec-e509387fc329",
|
||||
"id": "chatcmpl_4c3ae1bf-991d-4266-a12d-b1e97ecbb7a0",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
"tool_calls": [
|
||||
{
|
||||
"index": 0,
|
||||
"id": "toolcall-e509387f-0",
|
||||
"id": null,
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": null
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 0,
|
||||
"created": 1758326502,
|
||||
"model": "meta-llama-3.3-70b-instruct-121024",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue