Skip to content

Commit 5436ac2

Browse files
committed
refactor(sync): rename SyncClient to FileSyncer and align with Python SDK
1 parent 276cab8 commit 5436ac2

4 files changed

Lines changed: 470 additions & 314 deletions

File tree

src/humanloop.client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
import { HumanloopSpanExporter } from "./otel/exporter";
3030
import { HumanloopSpanProcessor } from "./otel/processor";
3131
import { overloadCall, overloadLog } from "./overload";
32-
import { SyncClient, SyncClientOptions } from "./sync";
32+
import { SyncClient, FileSyncerOptions } from "./sync";
3333
import { SDK_VERSION } from "./version";
3434

3535
const RED = "\x1b[91m";
@@ -252,7 +252,7 @@ export class HumanloopClient extends BaseHumanloopClient {
252252
Anthropic?: any;
253253
CohereAI?: any;
254254
};
255-
sync?: SyncClientOptions;
255+
sync?: FileSyncerOptions;
256256
},
257257
) {
258258
super(_options);

0 commit comments

Comments
 (0)