Skip to content

Commit eba30d4

Browse files
committed
fix: type docs
1 parent 499aa91 commit eba30d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/evaluator/LlamaChatSession/utils/defineChatSessionFunction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function defineChatSessionFunction<const Params extends GbnfJsonSchema>({
2525
};
2626
}
2727

28+
/** @hidden */
2829
type ProhibitUnknownProperties<BaseType, Input extends BaseType> = BaseType extends object
2930
? Input extends object
3031
? (

0 commit comments

Comments
 (0)