initialize_mcts
Initialize Monte Carlo Tree Search (MCTS) for in-depth analysis of a specific question using a specified LLM provider and model, supporting structured conversational exploration.
Instructions
Initialize MCTS for a question
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chat_id | No | Unique identifier for this conversation | default |
model | No | Model name (optional) | |
provider | No | LLM provider | gemini |
question | Yes | The question to analyze |