-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: introduce server-ai package #35
Conversation
8bd4872
to
8049816
Compare
|
||
## Build instructions | ||
|
||
### Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These docs are all TBD.
@@ -0,0 +1,8 @@ | |||
build: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: I copied over this makefile from server, but these don't actually work because the csproj is in the src folder.
|
||
This version of the AI SDK is built for the following targets: | ||
|
||
* .NET 7.0: runs on .NET 7.0 and above (including higher major versions). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: I wrote .NET 7.0, but this should actually be 6.0 for the immediate future like the server (and in not so distant future, 8.0)
Adds a new project for the ai integration, including: