mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-10-08 19:40:21 +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 MudBlazor
|
||||
@using AIStudio.Components
|
||||
@using AIStudio.Provider
|
||||
@inherits AIStudio.Components.MSGComponentBase
|
||||
<MudCard Class="@this.CardClasses" Outlined="@true">
|
||||
<MudCardHeader>
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Provider;
|
||||
namespace AIStudio.Tools;
|
||||
|
||||
/// <summary>
|
||||
/// Data model for a source used in the response.
|
@ -1,4 +1,4 @@
|
||||
namespace AIStudio.Provider;
|
||||
namespace AIStudio.Tools;
|
||||
|
||||
/// <summary>
|
||||
/// Data model for a source used in the response.
|
@ -2,7 +2,7 @@ using System.Text;
|
||||
|
||||
using AIStudio.Tools.PluginSystem;
|
||||
|
||||
namespace AIStudio.Provider;
|
||||
namespace AIStudio.Tools;
|
||||
|
||||
public static class SourceExtensions
|
||||
{
|
Loading…
Reference in New Issue
Block a user