Skip to content

Commit 1902a12

Browse files
committed
Add a GULF client prototype
1 parent bb4468f commit 1902a12

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

packages/spikes/gulf_genkit_eval/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/spikes/gulf_genkit_eval/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Flutter Authors. All rights reserved.
1+
// Copyright 2025 The Flutter Authors.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

packages/spikes/gulf_genkit_eval/src/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Flutter Authors. All rights reserved.
1+
// Copyright 2025 The Flutter Authors.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

packages/spikes/gulf_genkit_eval/src/prompts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Flutter Authors. All rights reserved.
1+
// Copyright 2025 The Flutter Authors.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

packages/spikes/gulf_genkit_eval/src/validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Flutter Authors. All rights reserved.
1+
// Copyright 2025 The Flutter Authors.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

tool/fix_copyright/test/fix_copyright_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ $prefix found in the LICENSE file.''';
6767
force: force,
6868
year: year,
6969
paths: paths,
70-
skipSubmodules: skipSubmodules,
7170
processManager: processManager,
7271
log: log.add,
7372
error: error.add,

0 commit comments

Comments
 (0)