Set the reasoning summary.
(mut self, reasoning: TurnReasoning)
| 89 | |
| 90 | /// Set the reasoning summary. |
| 91 | pub fn with_reasoning(mut self, reasoning: TurnReasoning) -> Self { |
| 92 | self.reasoning = Some(reasoning); |
| 93 | self |
| 94 | } |
| 95 | |
| 96 | /// Returns true if this data has a reasoning summary. |
| 97 | pub fn has_reasoning(&self) -> bool { |
no outgoing calls