Skip to content

Commit 06f58b2

Browse files
Update specification/base/typespec/conversations/models.tsp
Co-authored-by: Christopher Scott <[email protected]>
1 parent 65f9319 commit 06f58b2

File tree

1 file changed

+2
-2
lines changed
  • specification/base/typespec/conversations

1 file changed

+2
-2
lines changed

specification/base/typespec/conversations/models.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ model CreateConversationBody {
9797

9898
#suppress "@azure-tools/typespec-azure-core/documentation-required" "Auto-suppressed warnings non-applicable rules during import."
9999
model UpdateConversationBody {
100-
/**Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.
101-
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.*/
100+
/** Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.
101+
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters. */
102102
#suppress "@azure-tools/typespec-azure-core/no-nullable" "Auto-suppressed warnings non-applicable rules during import."
103103
metadata: Metadata | null;
104104
}

0 commit comments

Comments
 (0)