SKY-5061: add model to workflow (#2529)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user