mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
feat(SKY-9069): analytics dashboard backend rollup (Phases 1-3) (#5966)
This commit is contained in:
parent
0a771321d5
commit
3693217a7d
26 changed files with 443 additions and 22 deletions
|
|
@ -22000,6 +22000,21 @@
|
|||
"agent",
|
||||
"code"
|
||||
]
|
||||
},
|
||||
"run_metadata": {
|
||||
"anyOf": [
|
||||
{
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Run Metadata",
|
||||
"description": "String key/value metadata to attach to this workflow run for analytics tag filtering."
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
@ -22920,4 +22935,4 @@
|
|||
"x-fern-server-name": "Local"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue