Fix(types): LLM types, execution LLM call safety, analyze defaults; skip tests in tsconfig for dev typecheck\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,9 @@ export interface ExecutionPlan {
|
||||
method?: string
|
||||
}
|
||||
takeProfit?: number // target price for take-profit
|
||||
stopLoss?: number // stop-loss price or absolute value
|
||||
note?: string
|
||||
_llmReview?: { approved: boolean; notes?: string | null }
|
||||
}
|
||||
|
||||
export interface TradingDecision {
|
||||
|
||||
Reference in New Issue
Block a user