SKY-5061: add model to workflow (#2529)

This commit is contained in:
Shuchang Zheng
2025-05-29 15:06:31 -07:00
committed by GitHub
parent 0024af2fe8
commit 69a07c01ab
39 changed files with 260 additions and 1 deletions

View File

@@ -392,6 +392,10 @@ export type CreditCardCredential = {
card_holder_name: string;
};
export type ModelsResponse = {
models: string[];
};
export const RunEngine = {
SkyvernV1: "skyvern-1.0",
SkyvernV2: "skyvern-2.0",