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

Method prompt_file

src/task_builder.rs:135–138  ·  view source on GitHub ↗

Sets the path to a file containing the task prompt (contents injected into template)

(mut self, path: Option<PathBuf>)

Source from the content-addressed store, hash-verified

133
134 /// Sets the path to a file containing the task prompt (contents injected into template)
135 pub fn prompt_file(mut self, path: Option<PathBuf>) -> Self {
136 self.prompt_file_path = path;
137 self
138 }
139
140 /// Sets an existing instructions file to copy as-is (bypasses template rendering)
141 pub fn existing_instructions_file(mut self, path: Option<PathBuf>) -> Self {

Callers 2

configure_builderMethod · 0.80

Calls

no outgoing calls

Tested by 1