Skip to content

Commit 5e97457

Browse files
committed
Assert HybridParams sets the model name
1 parent b242749 commit 5e97457

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/vertexai/src/api.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
import { ImagenModelParams, ModelParams, VertexAIErrorCode } from './types';
17+
import {
18+
ImagenModelParams,
19+
ModelParams,
20+
VertexAIErrorCode
21+
} from './types';
1822
import { VertexAIError } from './errors';
1923
import { ImagenModel, getGenerativeModel, getImagenModel } from './api';
2024
import { expect } from 'chai';

0 commit comments

Comments
 (0)