Replies: 1 comment
-
Lets follow up this discussion in the related issue: #1778 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,I have a scenario for calling the reactor method in function calling, as shown below:
With the above method, chatModel can't get the data query result normally because it is asynchronous. I tried an asynchronous thread and blocked the acquisition of data (as shown below), which can be successfully obtained, but sometimes it will cause the flow in the asynchronous thread to be broken, resulting in the main thread of DataQueryService being blocked, and the request is returned to 504. Excuse me, is there any way to realize function callback calling reactor method?
Beta Was this translation helpful? Give feedback.
All reactions