You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it is still totally unclear to me how to actually generate files.
It makes no sense for me you specify a pattern for output! What it means? If I have spec/a.md and spec/b.md how I have to specify I want spec/a.pyspec/b.py as output? spec/*.py? And how are matched input with output?
Furthermore I tried to run a generation task from samples.
I installed genai from sources and I tried to generate the file packages/sample/src/counting.py.
I removed it, and then ran:
npm run cli run python packages/sample/src/counting.gpspec.md
I was expecting the counting.py file to be regenerated, but it is not the case...
I tried to add -ae, specify -o <something> with no luck.
What am I missing?
The text was updated successfully, but these errors were encountered:
I have read the documentation https://microsoft.github.io/genaiscript/reference/scripts/file-output/
But it is still totally unclear to me how to actually generate files.
It makes no sense for me you specify a pattern for output! What it means? If I have
spec/a.md
andspec/b.md
how I have to specify I wantspec/a.py
spec/b.py
as output?spec/*.py
? And how are matched input with output?Furthermore I tried to run a generation task from samples.
I installed genai from sources and I tried to generate the file
packages/sample/src/counting.py
.I removed it, and then ran:
I was expecting the
counting.py
file to be regenerated, but it is not the case...I tried to add
-ae
, specify-o <something>
with no luck.What am I missing?
The text was updated successfully, but these errors were encountered: