always capture llm artifacts (#4284)

This commit is contained in:
pedrohsdb
2025-12-12 10:30:36 -08:00
committed by GitHub
parent 1c22a79a71
commit 99a477e0dd
4 changed files with 69 additions and 80 deletions

View File

@@ -76,6 +76,7 @@ class Artifact(BaseModel):
step_id: str | None = None
workflow_run_id: str | None = None
workflow_run_block_id: str | None = None
run_id: str | None = None
observer_cruise_id: str | None = None
observer_thought_id: str | None = None
ai_suggestion_id: str | None = None