mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-29 19:19:47 +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);
|