Skip to content

Commit 298e1c7

Browse files
committed
📦 NEW: Export tool interface
1 parent deafd62 commit 298e1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/langbase/src/langbase/langbase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ interface ToolChoice {
167167
function: {name: string};
168168
}
169169

170-
interface Tools {
170+
export interface Tools {
171171
type: 'function';
172172
function: {
173173
name: string;

0 commit comments

Comments
 (0)