Skip to content

Commit 65f9319

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

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
@@ -13,8 +13,8 @@ model ConversationResource {
1313
@extension("x-stainless-const", true)
1414
object: "conversation" = "conversation";
1515

16-
/**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.
17-
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.*/
16+
/** 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.
17+
Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters. */
1818
#suppress "@azure-tools/typespec-azure-core/no-unknown" "Auto-suppressed warnings non-applicable rules during import."
1919
metadata: unknown;
2020

0 commit comments

Comments
 (0)