We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca13d54 commit 2c7edafCopy full SHA for 2c7edaf
tests/actors-test.ts
@@ -1,6 +1,7 @@
1
import { describe, it, expect } from 'vitest';
2
3
-import { actorNameToToolName, inferArrayItemType, shortenEnum } from '../src/actors.js';
+import { shortenEnum, inferArrayItemType } from '../src/actors/schema.js';
4
+import { actorNameToToolName } from '../src/actors/utils.js';
5
import { ACTOR_ENUM_MAX_LENGTH } from '../src/const.js';
6
7
describe('actors', () => {
0 commit comments