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 was archived by the owner on Sep 30, 2024. It is now read-only.
non-200 response 400 400 Bad Request with body "invalid_blocks"
It sounds like the problem might be that blocks are not truncated and are exceeding the 3000 character limit for a text block. We should ensure we always truncate our blocks so that they never exceed 3000 characters.
To get started faster, this is where we'll need to make the change.
Original thread.
It sounds like the problem might be that blocks are not truncated and are exceeding the 3000 character limit for a text block. We should ensure we always truncate our blocks so that they never exceed 3000 characters.
To get started faster, this is where we'll need to make the change.