Skip to main content

InvestmentDebateState

This class represents the state of an investment debate, tracking the history of bullish and bearish arguments, the overall conversation, the latest response, the judge's final decision, and the length of the conversation.

Attributes

  • bull_history: string = ""

    • Bullish Conversation history
  • bear_history: string = ""

    • Bearish Conversation history
  • history: string = ""

    • Conversation history
  • current_response: string = ""

    • Latest response
  • judge_decision: string = ""

    • Final judge decision
  • count: integer = 0

    • Length of the current conversation