Set the tool used.
(mut self, tool: AITool)
| 59 | |
| 60 | /// Set the tool used. |
| 61 | pub fn tool(mut self, tool: AITool) -> Self { |
| 62 | self.tool = Some(tool); |
| 63 | self |
| 64 | } |
| 65 | |
| 66 | /// Set the suggestion type. |
| 67 | pub fn suggestion_type(mut self, suggestion_type: SuggestionType) -> Self { |
no outgoing calls