Skip to content

Commit

Permalink
Update herokAI responses
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitfield3 committed Dec 1, 2023
1 parent 8755225 commit dc1ecf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/commands/doctor/ask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default class DoctorAsk extends Command {
const {args, flags} = await this.parse(DoctorAsk)
const {body: user} = await this.heroku.get<Heroku.Account>('/account', {retryAuth: false})
const userName = (user && user.name) ? ` ${user.name}` : ''
const herokAIResponse = `${color.heroku(`Hi${userName},`)} \n\nI'm just a concept right now. Remember?`
const herokAIJsonResponse = `Hi${userName}, I'm just a concept right now. Remember?`
const herokAIResponse = `${color.heroku(`${color.bold(`Hi${userName},`)} \n\nI'm just a concept right now. Remember? Maybe you can get some buy in during the demo?`)}`
const herokAIJsonResponse = `Hi${userName}, I'm just a concept right now. Remember? Maybe you can get some buy in during the demo?`

const dialogue = {
question: args.question,
Expand Down

0 comments on commit dc1ecf6

Please sign in to comment.