We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edb903 commit 95bb046Copy full SHA for 95bb046
1 file changed
dagger/src/fraud_simulation/main.py
@@ -51,8 +51,8 @@ async def analyze_results(self, summary: dagger.File) -> str:
51
dag.llm()
52
.with_env(
53
dag.env()
54
- .with_file_input("summary", summary, description="Fraud summary file")
55
- .with_string_output("insights", description="AI generated insights")
+ .with_file_input("summary", summary, "Fraud summary file")
+ .with_string_output("insights", "AI generated insights")
56
)
57
.with_prompt("""
58
Review this fraud summary:
0 commit comments