Kostas
Kostas
Hello all! I am facing the same issue. I am following the build your first flow guide: https://docs.crewai.com/en/guides/flows/first-flow There it explicitly uses direct LLM calls. > This is the power...
I was having a similar problem but with `env` instead of `var` For example given the following task ``` testenv: env: AWS_PROFILE: "test" cmds: - echo "Running AWS command with...
After some more reading I found https://github.com/go-task/task/issues/993 which is exactly like my comment above, and there seems to be an experiment about variables https://github.com/go-task/task/issues/2034, https://taskfile.dev/experiments/env-precedence, which addresses the behavior in...