Skip to content

Commit b77166a

Browse files
HavenDVclaude
andcommitted
feat: Add IChatClient and IEmbeddingGenerator MEAI integration
Implement Microsoft.Extensions.AI interfaces (IChatClient, IEmbeddingGenerator) for the OpenAI SDK, along with integration tests for chat completions, tool calling, and embedding generation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6ee2867 commit b77166a

8 files changed

Lines changed: 1095 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,3 +397,7 @@ FodyWeavers.xsd
397397
# JetBrains Rider
398398
*.sln.iml
399399
/.idea/**
400+
401+
# Environment files
402+
.env
403+
.env.*

0 commit comments

Comments
 (0)