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.
2 parents ae3f962 + a5259d3 commit c85c1e9Copy full SHA for c85c1e9
1 file changed
core/embedjs-interfaces/src/interfaces/base-model.ts
@@ -70,7 +70,7 @@ export abstract class BaseModel {
70
else return new HumanMessage({ content: c.content });
71
}),
72
);
73
- messages.push(new HumanMessage(`${userQuery}?`));
+ messages.push(new HumanMessage(userQuery));
74
return messages;
75
}
76
0 commit comments