mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-23 13:50:20 +00:00
Moved source-related files to Tools namespace
This commit is contained in:
parent
c4a3d893f6
commit
2836e76f20
@ -1,7 +1,6 @@
|
|||||||
@using AIStudio.Tools
|
@using AIStudio.Tools
|
||||||
@using MudBlazor
|
@using MudBlazor
|
||||||
@using AIStudio.Components
|
@using AIStudio.Components
|
||||||
@using AIStudio.Provider
|
|
||||||
@inherits AIStudio.Components.MSGComponentBase
|
@inherits AIStudio.Components.MSGComponentBase
|
||||||
<MudCard Class="@this.CardClasses" Outlined="@true">
|
<MudCard Class="@this.CardClasses" Outlined="@true">
|
||||||
<MudCardHeader>
|
<MudCardHeader>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
namespace AIStudio.Provider;
|
namespace AIStudio.Tools;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Data model for a source used in the response.
|
/// Data model for a source used in the response.
|
||||||
@ -1,4 +1,4 @@
|
|||||||
namespace AIStudio.Provider;
|
namespace AIStudio.Tools;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Data model for a source used in the response.
|
/// Data model for a source used in the response.
|
||||||
@ -2,7 +2,7 @@ using System.Text;
|
|||||||
|
|
||||||
using AIStudio.Tools.PluginSystem;
|
using AIStudio.Tools.PluginSystem;
|
||||||
|
|
||||||
namespace AIStudio.Provider;
|
namespace AIStudio.Tools;
|
||||||
|
|
||||||
public static class SourceExtensions
|
public static class SourceExtensions
|
||||||
{
|
{
|
||||||
Loading…
Reference in New Issue
Block a user