This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
namespaceAI.Interface
{
/// <summary>
/// 表单请求通知:当 AI 调用 ShowForm 时,由插件触发,通知 UI 插入对应表单消息。
/// </summary>
publicinterfaceIFormRequestNotifier
{
/// <summary>
/// 请求在触发该请求的会话中显示指定 ID 的表单(绑定到当前 LLM 请求所在会话,避免串会话)。