MCPcopy Create free account
hub / github.com/AI45Lab/Code / with_extra

Method with_extra

core/src/prompts.rs:578–581  ·  view source on GitHub ↗

Set extra instructions.

(mut self, extra: impl Into<String>)

Source from the content-addressed store, hash-verified

576
577 /// Set extra instructions.
578 pub fn with_extra(mut self, extra: impl Into<String>) -> Self {
579 self.extra = Some(extra.into());
580 self
581 }
582}
583
584// ============================================================================

Callers 2

test_slots_with_extraFunction · 0.80
test_builder_methodsFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_slots_with_extraFunction · 0.64
test_builder_methodsFunction · 0.64