Skip to content

Commit c73f1ef

Browse files
niall-trinderclaude
andcommitted
fix: Remove incorrect nullable annotations from ai_subtopic.id and ai_topics
ai_subtopic.id is always present, and ai_topics returns {} not null. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7307938 commit c73f1ef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16102,7 +16102,6 @@ components:
1610216102
type: integer
1610316103
description: The ID of the subtopic.
1610416104
example: 42
16105-
nullable: true
1610616105
ai_topic:
1610716106
title: AI Topic
1610816107
type: object
@@ -18185,7 +18184,6 @@ components:
1818518184
"$ref": "#/components/schemas/linked_object_list"
1818618185
ai_topics:
1818718186
"$ref": "#/components/schemas/ai_topics"
18188-
nullable: true
1818918187
ai_agent_participated:
1819018188
type: boolean
1819118189
description: Indicates whether the AI Agent participated in the conversation.

0 commit comments

Comments
 (0)