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 1
1
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
- import { type ClientOptions } from 'isaacus/client ' ;
3
+ import { ClientOptions } from 'isaacus' ;
4
4
5
5
export type WorkerInput = {
6
6
opts : ClientOptions ;
Original file line number Diff line number Diff line change 1
1
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
- import { type ClientOptions } from 'isaacus/client' ;
4
-
5
3
import { dirname } from 'node:path' ;
6
4
import { pathToFileURL } from 'node:url' ;
7
- import Isaacus from 'isaacus' ;
5
+ import Isaacus , { ClientOptions } from 'isaacus' ;
8
6
import { Endpoint , ContentBlock , Metadata } from './tools/types' ;
9
7
10
8
import { Tool } from '@modelcontextprotocol/sdk/types.js' ;
You can’t perform that action at this time.
0 commit comments