Class N8nRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.ai.springai.providers.n8n.N8nRequest
- All Implemented Interfaces:
PageableRequest,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringRAGFlow 代理IDprivate Stringprivate Stringprivate StringRAGFlow 聊天IDprivate Stringprivate Booleanprivate Stringprivate String消息内容(简单消息)消息列表private String模型名称private Stringprivate String消息角色(user, assistant, system)private Boolean是否流式响应Fields inherited from class com.bytedesk.core.base.BaseRequest
channel, content, orgUid, pageNumber, pageSize, type, uid, userUid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
chatId
RAGFlow 聊天ID -
agentId
RAGFlow 代理ID -
model
模型名称 -
messages
消息列表 -
stream
是否流式响应 -
messageContent
消息内容(简单消息) -
role
消息角色(user, assistant, system) -
name
-
description
-
kbUid
-
enabled
-
apiUrl
-
apiKey
-
-
Constructor Details
-
N8nRequest
public N8nRequest()
-