My plugin returns results in a codebox instead of Plain text - BUG? (SOLVED)

*instead of just plain text - I would make a screenshot but I am a new “Community member”

*Also I do not want the prompt to return additional text - how do I control this: ?

For the yaml set it like:

  responses:
    '200':
      description: Response from the server.
      content:
        text/plain:
          schema:
            type: string

and also set the headers of your server to text/plain