mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 09:52:39 +00:00
chore(tests): normalize recording IDs and timestamps to reduce git diff noise
IDs are now deterministic hashes based on request content, and timestamps are normalized to constants, eliminating spurious changes when re-recording tests.
This commit is contained in:
parent
61b4238912
commit
6f1afabcdc
348 changed files with 10358 additions and 8474 deletions
|
|
@ -39,7 +39,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "oBUtX7R-62bZhn-9801a22f6ad243dc",
|
||||
"id": "rec-894fdacb1cfa",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 1758039022,
|
||||
"created": 0,
|
||||
"model": "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "oBUtX7R-62bZhn-9801a22f6ad243dc",
|
||||
"id": "rec-894fdacb1cfa",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
"tool_calls": [
|
||||
{
|
||||
"index": 0,
|
||||
"id": "call_jy63yt7kp8hfof3sy4pim94o",
|
||||
"id": "toolcall-894fdacb-0",
|
||||
"function": {
|
||||
"arguments": "",
|
||||
"name": "get_weather"
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 1758039022,
|
||||
"created": 0,
|
||||
"model": "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "oBUtX7R-62bZhn-9801a22f6ad243dc",
|
||||
"id": "rec-894fdacb1cfa",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
"tool_calls": [
|
||||
{
|
||||
"index": 0,
|
||||
"id": null,
|
||||
"id": "toolcall-894fdacb-0",
|
||||
"function": {
|
||||
"arguments": "{\"city\":\"Tokyo\"}",
|
||||
"name": null
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
"logprobs": null
|
||||
}
|
||||
],
|
||||
"created": 1758039022,
|
||||
"created": 0,
|
||||
"model": "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
{
|
||||
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
|
||||
"__data__": {
|
||||
"id": "oBUtX7R-62bZhn-9801a22f6ad243dc",
|
||||
"id": "rec-894fdacb1cfa",
|
||||
"choices": [
|
||||
{
|
||||
"delta": {
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
"seed": 1489065696184500700
|
||||
}
|
||||
],
|
||||
"created": 1758039022,
|
||||
"created": 0,
|
||||
"model": "meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
||||
"object": "chat.completion.chunk",
|
||||
"service_tier": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue