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
fix(chat): handle empty prompt and tools before ask (#1258)
Move the check for empty prompt and resolved tools before making the ask
call. This ensures that unnecessary user messages are removed and the
finish callback is called early, preventing redundant processing. Also
remove assistant message if all tool calls are handled.
Signed-off-by: Tomas Slusny <[email protected]>
0 commit comments