File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ export class MermaidChart {
334334
335335 /**
336336 * Suggests a pull request title and body (markdown) from a before/after diagram diff (Mermaid AI).
337- * The response also include `branchName` and `commitMessage`.
337+ * The response also includes `branchName` and `commitMessage`.
338338 *
339339 * @param request - `originalDiagram` and `editedDiagram` only
340340 * @throws {@link AICreditsLimitExceededError } if credits limit exceeded (HTTP 402)
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ export interface PrSummaryRequest {
110110export interface PrSummaryResponse {
111111 title : string ;
112112 description : string ;
113- branchName ? : string ;
114- commitMessage ? : string ;
113+ branchName : string ;
114+ commitMessage : string ;
115115}
116116
117117/**
You can’t perform that action at this time.
0 commit comments