Skip to content

Commit 5dd5c77

Browse files
author
Guiners
committed
fixing filenames
1 parent 6cbd2c9 commit 5dd5c77

12 files changed

+9
-8
lines changed

genai/controlled-generation/ctrlgen_with_class_schema.js renamed to genai/controlled-generation/ctrlgen-with-class-schema.js

File renamed without changes.

genai/controlled-generation/ctrlgen_with_enum_class_schema.js renamed to genai/controlled-generation/ctrlgen-with-enum-class-schema.js

File renamed without changes.

genai/controlled-generation/ctrlgen_with_nested_class_schema.js renamed to genai/controlled-generation/ctrlgen-with-nested-class-schema.js

File renamed without changes.

genai/controlled-generation/ctrlgen_with_nullable_schema.js renamed to genai/controlled-generation/ctrlgen-with-nullable-schema.js

File renamed without changes.

genai/controlled-generation/ctrlgen_with_resp_schema.js renamed to genai/controlled-generation/ctrlgen-with-resp-schema.js

File renamed without changes.

genai/test/ctrlgen_with_class_schema.test.js renamed to genai/test/ctrlgen-with-class-schema.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ const {assert} = require('chai');
1818
const {describe, it} = require('mocha');
1919

2020
const projectId = process.env.CAIP_PROJECT_ID;
21-
const sample = require('../controlled-generation/ctrlgen_with_class_schema.js');
21+
const sample = require('../controlled-generation/ctrlgen-with-class-schema.js');
2222

23-
describe('ctrlgen_with_class_schema', () => {
23+
describe('ctrlgen-with-class-schema', () => {
2424
it('should generate text content in Json', async function () {
2525
this.timeout(10000);
2626
const output = await sample.generateContent(projectId);

genai/test/ctrlgen_with_enum_class_schema.test.js renamed to genai/test/ctrlgen-with-enum-class-schema.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const {assert} = require('chai');
1818
const {describe, it} = require('mocha');
1919

2020
const projectId = process.env.CAIP_PROJECT_ID;
21-
const sample = require('../controlled-generation/ctrlgen_with_enum_class_schema.js');
21+
const sample = require('../controlled-generation/ctrlgen-with-enum-class-schema.js');
2222

2323
describe('ctrlgen_with_enum_class_schema', () => {
2424
it('should generate text content in Json', async function () {

genai/test/ctrlgen_with_nested_class_schema.test.js renamed to genai/test/ctrlgen-with-nested-class-schema.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const {assert} = require('chai');
1818
const {describe, it} = require('mocha');
1919

2020
const projectId = process.env.CAIP_PROJECT_ID;
21-
const sample = require('../controlled-generation/ctrlgen_with_nested_class_schema.js');
21+
const sample = require('../controlled-generation/ctrlgen-with-nested-class-schema.js');
2222

2323
describe('ctrlgen_with_nested_class_schema', () => {
2424
it('should generate text content in Json', async function () {

genai/test/ctrlgen_with_nullable_schema.test.js renamed to genai/test/ctrlgen-with-nullable-schema.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const {assert} = require('chai');
1818
const {describe, it} = require('mocha');
1919

2020
const projectId = process.env.CAIP_PROJECT_ID;
21-
const sample = require('../controlled-generation/ctrlgen_with_nullable_schema.js');
21+
const sample = require('../controlled-generation/ctrlgen-with-nullable-schema.js');
2222

2323
describe('ctrlgen_with_nullable_schema', () => {
2424
it('should generate text content in Json', async function () {

genai/test/ctrlgen_with_resp_schema.test.js renamed to genai/test/ctrlgen-with-resp-schema.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const {assert} = require('chai');
1818
const {describe, it} = require('mocha');
1919

2020
const projectId = process.env.CAIP_PROJECT_ID;
21-
const sample = require('../controlled-generation/ctrlgen_with_resp_schema.js');
21+
const sample = require('../controlled-generation/ctrlgen-with-resp-schema.js');
2222

2323
describe('ctrlgen_with_resp_schema', () => {
2424
it('should generate text content in Json', async function () {

0 commit comments

Comments
 (0)