Skip to content

Commit eaf2244

Browse files
committed
patch
1 parent 3a6cd5e commit eaf2244

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/interfaces/IAdvisorCallbacks.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ onChat: (message: T) => void
1414
```
1515

1616
Optional callback triggered when a chat operation occurs
17+
18+
### onResult
19+
20+
```ts
21+
onResult: (resultId: string, content: string) => void
22+
```
23+
24+
Optional callback triggered when a result is obtained

0 commit comments

Comments
 (0)