From 9dff6eec4ef1725fe4252373836409f9ad3c46de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Apr 2026 11:50:50 +0000 Subject: [PATCH] chore: sync OpenAPI specs from PR #3189 --- .../openapi.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/services/external-actor-gateway-service/openapi.yaml b/services/external-actor-gateway-service/openapi.yaml index d657660..da37028 100644 --- a/services/external-actor-gateway-service/openapi.yaml +++ b/services/external-actor-gateway-service/openapi.yaml @@ -2018,6 +2018,34 @@ components: - type - toolCallId additionalProperties: false + - type: object + properties: + type: + type: string + const: artifact + artifactId: + type: string + path: + type: string + title: + type: string + kind: + type: string + enum: + - email + - call-script + - document + previewText: + anyOf: + - type: string + - type: "null" + required: + - type + - artifactId + - path + - title + - kind + additionalProperties: false - type: object properties: type: