fix(core): finalize v2 session context epochs
This commit is contained in:
parent
b28546a6a5
commit
cd812e2045
33 changed files with 1245 additions and 791 deletions
|
|
@ -7,13 +7,7 @@
|
|||
"route": "anthropic-messages",
|
||||
"transport": "http",
|
||||
"model": "claude-haiku-4-5-20251001",
|
||||
"tags": [
|
||||
"prefix:anthropic-messages",
|
||||
"provider:anthropic",
|
||||
"system",
|
||||
"chronological-system-update",
|
||||
"golden"
|
||||
]
|
||||
"tags": ["prefix:anthropic-messages", "provider:anthropic", "system", "chronological-system-update", "golden"]
|
||||
},
|
||||
"interactions": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,13 +7,7 @@
|
|||
"route": "gemini",
|
||||
"transport": "http",
|
||||
"model": "gemini-2.5-flash",
|
||||
"tags": [
|
||||
"prefix:gemini",
|
||||
"provider:google",
|
||||
"system",
|
||||
"chronological-system-update",
|
||||
"golden"
|
||||
]
|
||||
"tags": ["prefix:gemini", "provider:google", "system", "chronological-system-update", "golden"]
|
||||
},
|
||||
"interactions": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,13 +7,7 @@
|
|||
"route": "openai-chat",
|
||||
"transport": "http",
|
||||
"model": "gpt-4o-mini",
|
||||
"tags": [
|
||||
"prefix:openai-chat",
|
||||
"provider:openai",
|
||||
"system",
|
||||
"chronological-system-update",
|
||||
"golden"
|
||||
]
|
||||
"tags": ["prefix:openai-chat", "provider:openai", "system", "chronological-system-update", "golden"]
|
||||
},
|
||||
"interactions": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue