We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b9afc commit 9bd3e08Copy full SHA for 9bd3e08
src/ChatWrapper.ts
@@ -131,7 +131,7 @@ export abstract class ChatWrapper {
131
);
132
}
133
134
- /** internal */
+ /** @internal */
135
protected _generateFunctionCallResult(functionName: string, functionParams: any, rawResult: string): LlamaText {
136
function resolveParameters(text: string | LlamaText) {
137
return LlamaText(text)
0 commit comments