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
🐛 Fixed ThoughtChain controlled issue.#752 by @Youzi2233
XRequest
🆕 XRequestCallbacks adds an 'onStream' callback that allows for stream listening and abort operations.#711 by @kimteayon
🐛 Fixed the issue of XRequestOptions changes not taking effect and added a demo.#736 by @kimteayon
🆕 Add an example of model integration. #725 by @kimteayon
📖 Inaccurate parameter naming in optimizing API methods.#736 by @kimteayon
useXAgent
🆕 RequestFn adds an onStream callback that allows for stream listening and abort operations.#711 by @kimteayon
🆕 RequestFn has added a transformStream transformation function for processing stream data.#725 by @kimteayon
🐛 Fix the issue of XAgentConfig Preset changes not taking effect and add an example.#736 by @kimteayon
🐛 Fix the issue of incorrect callback types for RequestFn onSuccess and update the corresponding demo. #725 by @kimteayon
🆕 Add model access, Custom RequestParams,and customize XRequestOptionsdemos. #725 by @kimteayon 提交、#711 by @kimteayon
useXChat
🆕 XChatConfig adds input and output generic types.#725 by @kimteayon
🆕 XChatConfig adds transformMessage transformation function,which can transform messages when updating data and update to messages at the same time. #711 by @kimteayon
🆕 XChatConfig adds transformStreamconversion function for processing stream data.#711 by @kimteayon
🆕 XChatConfig adds resolveAbortControllercallback function, which can obtain theAbortController controller for controlling the stream state.#711 by @kimteayon
🆕 Add model access examples and remove incorrect abort examples. #711 by @kimteayon
🐛 Fixed the issue of Sender headerborder-radius style overflow.#732 by @Bao0630