This commit is contained in:
icy
2025-11-01 20:09:17 +08:00
13 changed files with 850 additions and 223 deletions

View File

@@ -130,6 +130,7 @@ export interface CreateTraderRequest {
trading_symbols?: string;
custom_prompt?: string;
override_base_prompt?: boolean;
system_prompt_template?: string;
is_cross_margin?: boolean;
use_coin_pool?: boolean;
use_oi_top?: boolean;