Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions services/external-actor-gateway-service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading