MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / set_context

Method set_context

crates/chat-cli/src/cli/chat/tools/gh_issue.rs:80–82  ·  view source on GitHub ↗
(&mut self, context: GhIssueContext)

Source from the content-addressed store, hash-verified

78 }
79
80 pub fn set_context(&mut self, context: GhIssueContext) {
81 self.context = Some(context);
82 }
83
84 fn get_transcript(context: &GhIssueContext) -> String {
85 let mut transcript_str = String::from("```\n[chat-transcript]\n");

Callers 1

contextualize_toolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected