Skip to content

Commit 9c9a950

Browse files
committed
docs
1 parent 44bafc7 commit 9c9a950

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

docs/classes/ClientCompute.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ constructor(params: IComputeParams<Compute>);
2121
params: IComputeParams<Compute>
2222
```
2323

24-
### __@DISPOSE_SLOT_FN_SYMBOL@3162
24+
### __@DISPOSE_SLOT_FN_SYMBOL@3163
2525

2626
```ts
27-
__@DISPOSE_SLOT_FN_SYMBOL@3162: any
27+
__@DISPOSE_SLOT_FN_SYMBOL@3163: any
2828
```
2929

30-
### __@GET_COMPUTE_DATA_FN_SYMBOL@3163
30+
### __@GET_COMPUTE_DATA_FN_SYMBOL@3164
3131

3232
```ts
33-
__@GET_COMPUTE_DATA_FN_SYMBOL@3163: any
33+
__@GET_COMPUTE_DATA_FN_SYMBOL@3164: any
3434
```
3535

3636
## Methods

docs/classes/SchemaUtils.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ constructor();
1616

1717
## Properties
1818

19-
### __@PERSIST_WRITE_SYMBOL@4374
19+
### __@PERSIST_WRITE_SYMBOL@4375
2020

2121
```ts
22-
__@PERSIST_WRITE_SYMBOL@4374: any
22+
__@PERSIST_WRITE_SYMBOL@4375: any
2323
```
2424

2525
### writeSessionMemory

docs/interfaces/IOutlineMessage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ role: "tool" | "user" | "assistant" | "system"
1919
The role of the message sender, either user, assistant, or system.
2020
Determines the context or source of the message in the outline history.
2121

22+
### images
23+
24+
```ts
25+
images: string[] | Uint8Array[]
26+
```
27+
2228
### content
2329

2430
```ts

0 commit comments

Comments
 (0)