[AI] Comment step has wrong attribute

OS info

  • Operating System : Windows 10.0.22631
  • Wappler Version : 7.2.1

Problem description

In Page Flow, comment step does not display due to wrong attribute: `value` should be `msg`

Wappler:

comment: {outputType: "object", msg: "This is a test."}

AI:

comment: {
          outputType: "object",
          value: "This is a test."
        }

Fixed in Wappler 7.3.2

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.