mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-07 09:56:49 +08:00
feat: support binding context var (#1227)
Co-authored-by: Joel <iamjoel007@gmail.com>
This commit is contained in:
@@ -8,6 +8,7 @@ export type PromptVariable = {
|
||||
required: boolean
|
||||
options?: string[]
|
||||
max_length?: number
|
||||
is_context_var?: boolean
|
||||
}
|
||||
|
||||
export type CompletionParams = {
|
||||
|
||||
Reference in New Issue
Block a user