feat: 重构 memory 系统,支持 user memory 和 work memory 分离
This commit is contained in:
@@ -83,6 +83,11 @@ class _TestApiClient implements IApiClient {
|
||||
return Response<T>(requestOptions: RequestOptions(path: path));
|
||||
}
|
||||
|
||||
@override
|
||||
Future<Response<T>> put<T>(String path, {data, Options? options}) async {
|
||||
return Response<T>(requestOptions: RequestOptions(path: path));
|
||||
}
|
||||
|
||||
@override
|
||||
Future<Response<T>> post<T>(String path, {data, Options? options}) async {
|
||||
return Response<T>(requestOptions: RequestOptions(path: path));
|
||||
|
||||
Reference in New Issue
Block a user