Skip to main content
The Deno 2 Release Candidate is here
Learn more
variable getCommitMessageSuggestion
import { getCommitMessageSuggestion } from "https://deno.land/x/commit_genius@v0.5.1/lib/get_commit_message_suggestion.ts";

type

(
openaiAccessToken: string,
diffText: string,
model: Model,
debug: boolean | undefined,
) => Promise<string>