-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TestContainers for running the Mock server #54
Comments
Interesting idea! I'm curious, are you using the mock Prism server to write tests for your usage of the SDK? |
I wanted to have a look at your SDK and maybe contribute (I work at Microsoft, and I also contribute to @langchain4j ), so first thing I’m doing is building the project and running the tests. The goal here is to make it easier to contribute. |
Cool, I'll take a look at that! Just to set expectations, this SDK is generated by the Stainless code generator (I work there), and we're actively making changes to the generator. You'll see reflected in releases of the SDK. So if you want to work on something or have ideas, then I would recommend running the idea buy us before starting, just to make sure you don't waste your time and that whatever custom/manual work you do could conceivably be integrated back into the code generation. |
Ah ah I totally know who you are and what you do at Stainless, I work with the Java SDK team at Microsoft :-) To be transparent: my plan is to add OpenAI Java SDK support to LangChain4j in the next weeks, so as soon as I see anything to update or modify, I'll open up tickets here. |
Nice :)
Sounds great! In case you didn't know/see, just a heads up that this SDK is in alpha so there will likely be some breaking changes, in case that affects your integration |
As a Java developer, I don't want to run those NPM scripts on my machine, could we have TestContainers support to automate running the Mock server inside a container?
It would be something like:
The text was updated successfully, but these errors were encountered: