reasonConfigMethod
reasonConfigMethod =
"beam_search"
|"mcts"
|"lats"
|"dfs"
Defined in: src/waldiez/models/Agent/Reasoning/types.ts:19
reasonConfigMethod The method used for reasoning. It can be "beam_search", "mcts", "lats", or "dfs".
reasonConfigMethod =
"beam_search"
|"mcts"
|"lats"
|"dfs"
Defined in: src/waldiez/models/Agent/Reasoning/types.ts:19
reasonConfigMethod The method used for reasoning. It can be "beam_search", "mcts", "lats", or "dfs".