BotSharp/src/Infrastructure/BotSharp.Abstraction/Agents/Constants/LlmConstant.cs
2025-02-05 17:50:32 -06:00

7 lines
140 B
C#

namespace BotSharp.Abstraction.Agents.Constants;
public static class LlmConstant
{
public const int DEFAULT_MAX_OUTPUT_TOKEN = 1024;
}