Skip to content

Commit 9bd3e08

Browse files
committed
fix: typo
1 parent 05b9afc commit 9bd3e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChatWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export abstract class ChatWrapper {
131131
);
132132
}
133133

134-
/** internal */
134+
/** @internal */
135135
protected _generateFunctionCallResult(functionName: string, functionParams: any, rawResult: string): LlamaText {
136136
function resolveParameters(text: string | LlamaText) {
137137
return LlamaText(text)

0 commit comments

Comments
 (0)