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
Unify invoke with run and allow undefined args
Currently, chat is different from the ai, (the latter is a more direct Q&A). The Chat API uses .invoke to send the request to the LLM service, and the AI API uses .run to do the same
What do you guys think about unifying both? Is it needed?
SR: I need someone with more experience to flesh this out
The text was updated successfully, but these errors were encountered: