Skip to content

Commit

Permalink
Update dotnet/packages/Microsoft.TeamsAI/Microsoft.TeamsAI/AI/Models/…
Browse files Browse the repository at this point in the history
…ChatMessage.cs

Co-authored-by: Corina <[email protected]>
  • Loading branch information
singhk97 and corinagum authored Oct 1, 2024
1 parent 27d8d01 commit fa05001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ internal OAI.Chat.ChatMessage ToOpenAIChatMessage()
}
}
}
// else if context is null, then it must be a tool message.
// else if content is null, then it must be a tool message.

string textContent = textContentBuilder.ToString().Trim();

Expand Down

0 comments on commit fa05001

Please sign in to comment.