1 write to ChatThreadId
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\FunctionInvokingChatClientTests.cs (1)
676
ChatThreadId
= "12345",
4 references to ChatThreadId
Microsoft.Extensions.AI (3)
ChatCompletion\FunctionInvokingChatClient.cs (3)
169
/// If the underlying <see cref="IChatClient"/> responds with <see cref="ChatCompletion.
ChatThreadId
"/>
266
if (response.
ChatThreadId
is not null)
306
if (UpdateOptionsForMode(modeAndMessages.Mode, ref options, response.
ChatThreadId
))
Microsoft.Extensions.AI.Abstractions (1)
ChatCompletion\ChatCompletion.cs (1)
146
ChatThreadId =
ChatThreadId
,