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

Method with_guidelines

core/src/prompts.rs:566–569  ·  view source on GitHub ↗

Set custom guidelines.

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

Source from the content-addressed store, hash-verified

564
565 /// Set custom guidelines.
566 pub fn with_guidelines(mut self, guidelines: impl Into<String>) -> Self {
567 self.guidelines = Some(guidelines.into());
568 self
569 }
570
571 /// Set custom response style.
572 pub fn with_response_style(mut self, style: impl Into<String>) -> Self {

Callers 1

test_builder_methodsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_builder_methodsFunction · 0.64