We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73624f6 commit d5580b4Copy full SHA for d5580b4
samples/client/lit/contact/README.md
@@ -10,13 +10,12 @@ This is a UI to generate and visualize A2UI responses.
10
11
This sample depends on the Lit renderer. Before running this sample, you need to build the renderer.
12
13
- cd ../../../renderers/web_core
14
- npm install
15
- npm run build
16
- cd ../lit
+1. **Build the renderer:**
+ ```bash
+ cd ../../../renderers/lit
17
npm install
18
npm run build
19
-
+ ```
20
21
2. **Run this sample:**
22
```bash
samples/client/lit/contact/client.ts
@@ -45,7 +45,7 @@ export class A2UIClient {
45
const finalMessage = {
46
...message,
47
metadata: {
48
- inlineCatalog: catalog,
+ inlineCatalogs: [catalog],
49
},
50
};
51
0 commit comments