Method
UpdateState
UpdateState 更新状态
(ctx context.Context, sessionID string, delta map[string]any)
Source from the content-addressed store, hash-verified
| 199 | |
| 200 | // UpdateState 更新状态 |
| 201 | UpdateState(ctx context.Context, sessionID string, delta map[string]any) error |
| 202 | } |
| 203 | |
| 204 | // CreateRequest 创建会话请求 |