Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created May 31, 2024 19:19
class CustomSmartPasteInference : SmartPasteInference
{
public override ChatParameters BuildPrompt(SmartPasteRequestData data)
{
var prompt = base.BuildPrompt(data);
return prompt;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment