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
substitution: Optional[Dict[str, SubstitutionObject]] =Field(None, description="A mapping that specifies substitutions for parts enclosed in {} within the 'text' field.")
34
+
substitution: Optional[Dict[str, SubstitutionObject]] =Field(None, description="A mapping that specifies substitutions for parts enclosed in {} within the `text` field.")
35
35
quote_token: Optional[StrictStr] =Field(None, alias="quoteToken", description="Quote token of the message you want to quote.")
0 commit comments