From 37a4dd9630513e0c81b9f73f0ebf0a8ef894c436 Mon Sep 17 00:00:00 2001 From: Jhen Date: Mon, 4 Sep 2023 10:14:11 +0800 Subject: [PATCH] fix: emit field --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e89a57c..7853133 100644 --- a/src/index.ts +++ b/src/index.ts @@ -31,7 +31,7 @@ type TokenNativeEvent = { export type ContextParams = NativeContextParams -export type CompletionParams = Omit +export type CompletionParams = Omit export class LlamaContext { id: number