Sets the AI agent to use
(mut self, agent: Option<String>)
| 151 | |
| 152 | /// Sets the AI agent to use |
| 153 | pub fn agent(mut self, agent: Option<String>) -> Self { |
| 154 | self.agent = agent; |
| 155 | self |
| 156 | } |
| 157 | |
| 158 | /// Sets the stack for Docker image selection |
| 159 | pub fn stack(mut self, stack: Option<String>) -> Self { |
no outgoing calls