feat(azure-openai): add send prompt action

This commit is contained in:
Ali BARIN
2023-12-20 14:46:31 +00:00
parent a8b85cdb0d
commit e122ad4178
12 changed files with 218 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
import sendPrompt from './send-prompt';
export default [sendPrompt];