MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / edit

Method edit

src/task_builder.rs:147–150  ·  view source on GitHub ↗

Sets whether to open an editor for instructions

(mut self, edit: bool)

Source from the content-addressed store, hash-verified

145
146 /// Sets whether to open an editor for instructions
147 pub fn edit(mut self, edit: bool) -> Self {
148 self.edit = edit;
149 self
150 }
151
152 /// Sets the AI agent to use
153 pub fn agent(mut self, agent: Option<String>) -> Self {

Callers 4

retry_taskMethod · 0.80
executeMethod · 0.80
configure_builderMethod · 0.80

Calls

no outgoing calls

Tested by 1