Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/langgenius/dify
/ appendUserToFormData
Function
appendUserToFormData
sdks/nodejs-client/src/client/base.ts:32–34 ·
view source on GitHub ↗
(form: SdkFormData, user: string)
Source
from the content-addressed store, hash-verified
30
};
31
32
const
appendUserToFormData = (form: SdkFormData, user: string): void => {
33
form.append(
"user"
, user);
34
};
35
36
export
class
DifyClient {
37
protected http: HttpClient;
Callers
2
fileUpload
Method · 0.85
audioToText
Method · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected