mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:19:46 +00:00
3 lines
148 B
C#
3 lines
148 B
C#
namespace AIStudio.Components.Pages.Coding;
|
|
|
|
public readonly record struct CodingContext(string Id, CommonCodingLanguages Language, string Code); |