Console Application Chat Completion | Azure OpenAI Tutorial

Поділитися
Вставка

КОМЕНТАРІ • 2

  • @incredidbleengineersfactie8608
    @incredidbleengineersfactie8608 6 місяців тому +1

    Do we have option to enable "Past Include Message" context in C# code?

    • @DotNETLittleBoy
      @DotNETLittleBoy  6 місяців тому

      Hi, You can try with ChatHistory. With ChatHistory, you can add user input message and response from LLM i.e. AssistantMessage. Then you can use this history to LLB for further query.