mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 09:12:37 +00:00
tool_responses server tests recordings
This commit is contained in:
parent
90333b5658
commit
ecea7ccdb8
31 changed files with 34823 additions and 0 deletions
|
|
@ -325,6 +325,9 @@ def _normalize_response(data: dict[str, Any], request_hash: str) -> dict[str, An
|
|||
if "eval_duration" in data and data["eval_duration"] is not None:
|
||||
data["eval_duration"] = 0
|
||||
|
||||
# Normalize file IDs and vector store IDs to ensure consistent hashing across replays
|
||||
data = _normalize_file_ids(data)
|
||||
|
||||
return data
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue