tests updated with new import

This commit is contained in:
geoffsee
2025-06-25 13:56:39 -04:00
committed by Geoff Seemueller
parent 554096abb2
commit 068d8614e0
10 changed files with 146 additions and 103 deletions

View File

@@ -13,10 +13,10 @@ import {
OllamaChatSdk,
XaiChatSdk,
} from '@open-gsio/ai/src';
import { Common } from '@open-gsio/ai/utils';
import { Schema } from '@open-gsio/schema';
import { flow, getSnapshot, types } from 'mobx-state-tree';
import OpenAI from 'openai';
import { Common } from 'packages/ai/src/utils';
export interface StreamParams {
env: Env;