MEAI Chat Completion
Use the Microsoft.Extensions.AI IChatClient interface for chat completions.
This example assumes using tryAGI.OpenAI; is in scope and apiKey contains your tryAGI.OpenAI API key.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
Use the Microsoft.Extensions.AI IChatClient interface for chat completions.
This example assumes using tryAGI.OpenAI; is in scope and apiKey contains your tryAGI.OpenAI API key.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |