File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3- import { type ClientOptions } from '@flowglad/node/client ' ;
3+ import { ClientOptions } from '@flowglad/node' ;
44
55export type WorkerInput = {
66 opts : ClientOptions ;
Original file line number Diff line number Diff line change 11// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3- import { type ClientOptions } from '@flowglad/node/client' ;
4-
53import { dirname } from 'node:path' ;
64import { pathToFileURL } from 'node:url' ;
7- import Flowglad from '@flowglad/node' ;
5+ import Flowglad , { ClientOptions } from '@flowglad/node' ;
86import { Endpoint , ContentBlock , Metadata } from './tools/types' ;
97
108import { Tool } from '@modelcontextprotocol/sdk/types.js' ;
You can’t perform that action at this time.
0 commit comments