Skip to content

Commit

Permalink
Merge pull request #79 from sveltor/lynhan318-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lynhan318 authored Feb 25, 2024
2 parents b6762c5 + 0f44b4f commit e052e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ Allow to integrate with any AI out side the editor.
plugins={
ask: async (question:string)=>{
// config any AI tool to get the result and return
// the result to the editor
// the result to the editor
return 'result from any AI Backend'
}
}
/>
Expand Down

0 comments on commit e052e55

Please sign in to comment.