From 880d0cf543a78ad1f9c71130a32b999cbd3d3d40 Mon Sep 17 00:00:00 2001 From: Bishal Sarkar <144926575+bishallllllll@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:15:43 +0530 Subject: [PATCH] Update untitled:plan-forexCustomization.prompt.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- untitled:plan-forexCustomization.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/untitled:plan-forexCustomization.prompt.md b/untitled:plan-forexCustomization.prompt.md index 26c35e3c..356cf653 100644 --- a/untitled:plan-forexCustomization.prompt.md +++ b/untitled:plan-forexCustomization.prompt.md @@ -42,7 +42,7 @@ Transform the equity-focused trading agents architecture into a multi-asset syst class Instrument(ABC): symbol: str name: str - instrument_type: str # "EQUITY" | "FOREX" + instrument_type: InstrumentType # Enum: EQUITY, FOREX class CurrencyPair(Instrument): base_currency: str # "EUR"