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
Can you please share the code that you're using to run it?
The ValueError is thrown by design so you can catch it and return an empty array for those instances. Ideally you'll have a token_limit large enough to fit atleast one message while using Scope to prioritize which ones should be included or discarded.
Currently calling render() throws an exception if the provided messages are larger than the provided token_limit.
Shouldn't render() just return back a truncated response based on the provided priorities?
The text was updated successfully, but these errors were encountered: