|
|
|
|
|
|
|
|
useCreateNextSharedConversation(); |
|
|
useCreateNextSharedConversation(); |
|
|
const { handleInputChange, value, setValue } = useHandleMessageInputChange(); |
|
|
const { handleInputChange, value, setValue } = useHandleMessageInputChange(); |
|
|
const { send, answer, done } = useSendMessageWithSse( |
|
|
const { send, answer, done } = useSendMessageWithSse( |
|
|
`/ss-ragflow-api/api/v1/${from === SharedFrom.Agent ? 'agentbots' : 'chatbots'}/${conversationId}/completions`, |
|
|
|
|
|
|
|
|
`/ss-agent-api/api/v1/${from === SharedFrom.Agent ? 'agentbots' : 'chatbots'}/${conversationId}/completions`, |
|
|
); |
|
|
); |
|
|
const { |
|
|
const { |
|
|
derivedMessages, |
|
|
derivedMessages, |