Skip to content

Commit d0bf90f

Browse files
author
Andrei Bratu
committed
remove changes brought by stash
1 parent 655ca5b commit d0bf90f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/humanloop.client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,12 +443,12 @@ export class HumanloopClient extends BaseHumanloopClient {
443443
* @param {FlowKernelRequest} [params.flowKernel] - Versioning information for the Flow.
444444
* @returns An async function that wraps around the provided `callable`, adding Tool instrumentation.
445445
*/
446-
public flow<T extends (args?: object) => any>({
446+
public flow<I, M, O>({
447447
callable,
448448
path,
449449
version,
450450
}: {
451-
callable: T;
451+
callable: InputsMessagesCallableType<I, M, O>;
452452
path: string;
453453
version?: FlowKernelRequest;
454454
}) {

0 commit comments

Comments
 (0)