gofireflyio / aiac

Artificial Intelligence Infrastructure-as-Code Generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatting problem - MISSING

dawiss opened this issue · comments

aiac get bash script that shows current year
#!/bin/bash

#This script will print the current year

echo "The current year is $(date +%!Y(MISSING))"

this MISSING also occurs at sql scripts etc.

Hello @dawiss, I have tried this several times and never encountered this "MISSING" string. aiac doesn't format the code returned from the OpenAI APIs, so this must have been actually in the OpenAI output.

I am closing this for now, please reopen if you still believe this issue is specific to aiac. Thanks.