Skip to content

Commit d5580b4

Browse files
authored
minor fixes (google#565)
1 parent 73624f6 commit d5580b4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

samples/client/lit/contact/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ This is a UI to generate and visualize A2UI responses.
1010

1111
This sample depends on the Lit renderer. Before running this sample, you need to build the renderer.
1212

13-
cd ../../../renderers/web_core
14-
npm install
15-
npm run build
16-
cd ../lit
13+
1. **Build the renderer:**
14+
```bash
15+
cd ../../../renderers/lit
1716
npm install
1817
npm run build
19-
18+
```
2019

2120
2. **Run this sample:**
2221
```bash

samples/client/lit/contact/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class A2UIClient {
4545
const finalMessage = {
4646
...message,
4747
metadata: {
48-
inlineCatalog: catalog,
48+
inlineCatalogs: [catalog],
4949
},
5050
};
5151

0 commit comments

Comments
 (0)