feat(web): chat add variables

This commit is contained in:
zhaoying
2026-03-03 13:48:50 +08:00
parent 45a64dbbac
commit 1792cb4d93
7 changed files with 102 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
export interface Variable {
name: string;
display_name?: string;
type: string;
required: boolean;
description: string;