Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e077c38

Browse files
committed
rename folder
1 parent bb213b4 commit e077c38

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from "./gemini";
1+
export * from "./google-gemini";
22
export * from "./goodbye";

examples/google-gemini/src/workflows/hello.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { log, step } from "@restackio/ai/workflow";
2-
import * as functions from "../functions/index.js";
2+
import * as functions from "../functions";
33

44
interface Input {
55
name: string;

0 commit comments

Comments
 (0)