We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bb046 commit 34a252eCopy full SHA for 34a252e
1 file changed
dagger/src/fraud_simulation/main.py
@@ -47,7 +47,7 @@ async def run_fraud_sim(
47
48
@function
49
async def analyze_results(self, summary: dagger.File) -> str:
50
- return (
+ return await (
51
dag.llm()
52
.with_env(
53
dag.env()
0 commit comments