Open
Description
While provider and models can all be configured with env variables, it's not easy to find what name should be used for the env vars, and some aren't even in the documentation like GENAISCRIPT_IMAGE_MODEL
.
It would be useful to have a documentation about the supported env variables.
In the same idea, not all helpers provided in the GenAIScript environment are documented, like the ShellHost
that I found only by looking into the source code.
Helpers are an important part of the scripting environment, and it may be useful to regroup all of them in a dedicated section of the documentation (containers, fetch, host, etc) and add docs for ones that are missing.