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
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
5. So we will ge to the [dashboard](https://cloud.opencopilot.so/) to setup some actions and then we will be able to execute them from the chat interface.
71
71
Click on the Copilot you just created and then click on the `Actions` tab.
72
72
73
-
use any API you want to use, for example we will use dummy data returned by jsonplaceholder.
73
+
use any API you want to use, for example we will use dummy data returned by jsonplaceholder.
74
74
75
75
<Note>
76
76
In this demo we are testing the UI handling, so we will not go into the
77
77
details of creating actions.
78
78
</Note>
79
79
80
+
6. The trick behind UI response is that you know excatly what the shape of the data will be returned by the copilot,
81
+
so we are going to set key which is the action name and a value which is the UI component that will handle the response.
0 commit comments