mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Fix variable typo (#8084)
This commit is contained in:
@ -96,7 +96,7 @@ export const fetchPromptTemplate = ({
|
||||
})
|
||||
}
|
||||
|
||||
export const fetchTextGenerationMessge = ({
|
||||
export const fetchTextGenerationMessage = ({
|
||||
appId,
|
||||
messageId,
|
||||
}: { appId: string; messageId: string }) => {
|
||||
|
||||
Reference in New Issue
Block a user