Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Dec 17, 2024
1 parent 56ddf8c commit 263d666
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clients/ai-assistants-v1/sdk/threadSdk.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Client } from 'nice-grpc';
import { AssistantWithSdk, CreateRunProps, initRunSdk, RunSdk, threadService } from '..';
import { threadService } from '..';
import { Thread } from '../generated/yandex/cloud/ai/assistants/v1/threads/thread';
import {
CreateThreadRequest,
Expand All @@ -24,6 +24,8 @@ import {
} from '../generated/yandex/cloud/ai/assistants/v1/threads/message';
import { StreamEvent } from '../generated/yandex/cloud/ai/assistants/v1/runs/run_service';
import { isString } from 'lodash';
import { CreateRunProps, initRunSdk, RunSdk } from './runSdk';
import { AssistantWithSdk } from './assistantSdk';

export type CreateThreadProps = TypeFromProtoc<CreateThreadRequest, 'folderId' | 'name'>;

Expand Down

0 comments on commit 263d666

Please sign in to comment.