ollama/parser
Michael Yang 24c2c77057 fix multiline string
the data needs to remove the multiline quotes but include the command:

e.g.

TEMPLATE """
my template values
"""

should be

TEMPLATE
my template values

after scanning
2023-07-25 11:51:43 -07:00
..
parser.go fix multiline string 2023-07-25 11:51:43 -07:00