Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added matomo events for accepted completions #4926

Merged
merged 4 commits into from
Jun 28, 2024
Merged

Conversation

STetsing
Copy link
Collaborator

No description provided.

@STetsing STetsing requested a review from LianaHus June 26, 2024 13:18
Copy link

netlify bot commented Jun 26, 2024

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 25f1e31
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/667eb2aa97b414000807caa5
😎 Deploy Preview https://deploy-preview-4926--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

const output = await this.props.plugin.call('solcoder', 'code_insertion', word, word_after)
const generatedText = output[0] // no need to clean it. should already be

console.log('generatedText', generatedText)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you need this?

function handleAcceptedCompletion(completion, type: 'full' | 'partial') {
// Handle the accepted completion here
// For example, you might want to send analytics, update UI, etc.
console.log(`Handling ${type} completion:`, completion);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need the log?

@Aniket-Engg Aniket-Engg merged commit b8afcf8 into master Jun 28, 2024
32 checks passed
@Aniket-Engg Aniket-Engg deleted the ai_tracking branch June 28, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants