Skip to content

Commit 75b9403

Browse files
committed
+ more
1 parent ea748d1 commit 75b9403

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

fern/apis/beta/openapi-beta.yaml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -767,9 +767,6 @@ components:
767767
type: string
768768
description: The name of the skill.
769769
maxLength: 512
770-
thought:
771-
type: string
772-
description: The thought explaining why the skill was called.
773770
workflow:
774771
$ref: '#/components/schemas/workflow-summary'
775772
workflow_run:
@@ -877,9 +874,6 @@ components:
877874
app:
878875
type: string
879876
description: App this fragment applies to.
880-
app_display_name:
881-
type: string
882-
description: The display name of the app.
883877
title: app-fragment
884878
app-fragment-summary:
885879
allOf:
@@ -1598,33 +1592,7 @@ components:
15981592
artifact:
15991593
allOf:
16001594
- $ref: '#/components/schemas/atom-base'
1601-
- type: object
1602-
properties:
1603-
file:
1604-
$ref: '#/components/schemas/artifact-file'
16051595
title: artifact
1606-
artifact-file:
1607-
type: object
1608-
description: Defines a file object.
1609-
properties:
1610-
type:
1611-
type: string
1612-
description: Type of the file.
1613-
name:
1614-
type: string
1615-
description: Name of the file.
1616-
title: artifact-file
1617-
artifact-file-summary:
1618-
type: object
1619-
description: Defines a file object.
1620-
properties:
1621-
type:
1622-
type: string
1623-
description: Type of the file.
1624-
name:
1625-
type: string
1626-
description: Name of the file.
1627-
title: artifact-file-summary
16281596
artifact-search-summary:
16291597
allOf:
16301598
- $ref: '#/components/schemas/search-summary-base'

0 commit comments

Comments
 (0)