diff --git a/packages/workflow-agent-claude-code/src/schemas.ts b/packages/workflow-agent-claude-code/src/schemas.ts index 17c4695..9626249 100644 --- a/packages/workflow-agent-claude-code/src/schemas.ts +++ b/packages/workflow-agent-claude-code/src/schemas.ts @@ -34,7 +34,7 @@ export const CLAUDE_CODE_DETAIL_SCHEMA: JSONSchema = { }, turns: { type: "array", - items: { type: "string" }, + items: { type: "string", format: "cas_ref" }, }, }, additionalProperties: false,