@builder.io/ai-utils 0.44.0 → 0.44.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/codegen.d.ts +3 -2
package/package.json
CHANGED
package/src/codegen.d.ts
CHANGED
|
@@ -350,8 +350,8 @@ export interface TimelineSubmissionMetadata {
|
|
|
350
350
|
recordingCaption?: string;
|
|
351
351
|
summary?: string;
|
|
352
352
|
comments?: PRReviewComment[];
|
|
353
|
-
projectId
|
|
354
|
-
branchName
|
|
353
|
+
projectId: string;
|
|
354
|
+
branchName: string;
|
|
355
355
|
ownerId?: string;
|
|
356
356
|
configId?: string;
|
|
357
357
|
containerUrl?: string;
|
|
@@ -1224,6 +1224,7 @@ export interface CustomInstructionDefinition {
|
|
|
1224
1224
|
type: "agent-mode" | "always";
|
|
1225
1225
|
glob?: string;
|
|
1226
1226
|
isSkill?: boolean;
|
|
1227
|
+
userInvocable?: boolean;
|
|
1227
1228
|
}
|
|
1228
1229
|
export interface GenerateCompletionStepSession {
|
|
1229
1230
|
type: "session";
|