feat(web): chat add variables
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface Variable {
|
||||
name: string;
|
||||
display_name?: string;
|
||||
type: string;
|
||||
required: boolean;
|
||||
description: string;
|
||||
|
||||
Reference in New Issue
Block a user