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 a655f19 commit b60919fCopy full SHA for b60919f
gui/src/components/FeedbackButtons.tsx
@@ -26,6 +26,7 @@ export function FeedbackButtons({ item }: FeedbackButtonsProps) {
26
name: "chatFeedback",
27
data: {
28
...logData,
29
+ completionOptions: {}, // TODO delete completionOptions from @continuedev/config-yaml
30
modelProvider: modelProvider || "unknown",
31
modelName: modelTitle,
32
modelTitle: modelTitle,
0 commit comments