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: src/pages/docs/chat/getting-started/kotlin.mdx
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -418,15 +418,26 @@ You'll see the message in your app's chat box UI. If you have sent a message via
418
418
419
419
If your client makes a typo, or needs to update their original message then they can edit it. To do this, you can extend the functionality of the `ChatBox` component to allow updating of messages.
420
420
421
-
1. Add the edited state variable:
421
+
1. We will begin by adding this utility function to facilitate message data updates in the UI:
0 commit comments