You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Due to the fact that function calls call API twice, and the first call returns results that I do not want to display on the dialogue UI interface, this is difficult to achieve. The reason is that
The current conversation history is directly recorded based on ChatItems
HandleSendMessageButton method always immediately adds the SHttpGPTChatItem to ChatBox, and I hope to hide the response of the first invocation of the functional_call .
May I ask if you have any suggestions for me? What I hope is that when players have normal conversations, the API's return results can be directly displayed, but when a function call is triggered, the first return result is hidden and only the final one is returned
The text was updated successfully, but these errors were encountered:
Due to the fact that function calls call API twice, and the first call returns results that I do not want to display on the dialogue UI interface, this is difficult to achieve. The reason is that
HandleSendMessageButton
method always immediately adds theSHttpGPTChatItem
to ChatBox, and I hope to hide the response of the first invocation of thefunctional_call
.May I ask if you have any suggestions for me? What I hope is that when players have normal conversations, the API's return results can be directly displayed, but when a function call is triggered, the first return result is hidden and only the final one is returned
The text was updated successfully, but these errors were encountered: