You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/base/typespec/conversations/models.tsp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,8 @@ model CreateConversationBody {
97
97
98
98
#suppress"@azure-tools/typespec-azure-core/documentation-required""Auto-suppressed warnings non-applicable rules during import."
99
99
modelUpdateConversationBody {
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.*/
102
102
#suppress"@azure-tools/typespec-azure-core/no-nullable""Auto-suppressed warnings non-applicable rules during import."
0 commit comments