Files
BeWoPlaner/Shared/Interface/IAiPromptbausteinPrompt.cs
2026-01-16 13:33:59 +01:00

14 lines
232 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BS.Shared.Interface
{
public interface IAiPromptbausteinPrompt
{
string Prompt { get; set; }
}
}