3 references to AIContext
Aspire.Dashboard (1)
Model\Assistant\AIContextProvider.cs (1)
64
context = new
AIContext
(this, () => RaiseContextChange(context))
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
21
return new
AIContext
(this, raiseChange: () => { }) { Description = description };
Aspire.Dashboard.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
21
return new
AIContext
(this, raiseChange: () => { }) { Description = description };