Skip to content

feat: switch to Microsoft.Extensions.AI#102

Merged
ktos merged 3 commits intomainfrom
newai
Mar 12, 2026
Merged

feat: switch to Microsoft.Extensions.AI#102
ktos merged 3 commits intomainfrom
newai

Conversation

@ktos
Copy link
Copy Markdown
Member

@ktos ktos commented Nov 5, 2025

Instead of using 3rd party library, there is now official library from Microsoft, along with a set of abstractions allowing to use different LLM providers - in our case, we are still using OpenAI-compatible APIs, but universal library is now more... universal.

Also updated and simplified first AI provider, used in ItemGenerator: for some elements there will be a SingleResponseProvider, just answering the prompt, for more complex scenarios we will build some kind of ChatProvider in the future.

@ktos ktos merged commit ddd2dd3 into main Mar 12, 2026
1 check passed
@ktos ktos deleted the newai branch March 13, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant