Skip to content

Commit

Permalink
Merge pull request #239 from TogetherCrew/add-question-to-bot-response
Browse files Browse the repository at this point in the history
feat: add question message to bot response
  • Loading branch information
Behzad-rabiei authored Nov 12, 2024
2 parents a4a016a + 403aaad commit de4274e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Types } from 'mongoose'
import { PlatformNames } from '@togethercrew.dev/db'
import { Queue } from '@togethercrew.dev/tc-messagebroker'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class HivemindAdapterService {
return {
interaction: question.metadata.interaction,
data: {
content: question.response.message,
content: `${question.question.message}: ${question.response.message}`,
},
}
}
Expand Down

0 comments on commit de4274e

Please sign in to comment.