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
raiseRuntimeError("Expected to have received at least 1 text block")
104
+
raiseRuntimeError(
105
+
f".get_final_text() can only be called when the API returns a `text` content block.\nThe API returned {','.join([b.typeforbinmessage.content])} content block type(s) that you'll have to handle separately"
raiseRuntimeError("Expected to have received at least 1 text block")
244
+
raiseRuntimeError(
245
+
f".get_final_text() can only be called when the API returns a `text` content block.\nThe API returned {','.join([b.typeforbinmessage.content])} content block type(s) that you'll have to handle separately"
raiseRuntimeError("Expected to have received at least 1 text block")
103
+
raiseRuntimeError(
104
+
f".get_final_text() can only be called when the API returns a `text` content block.\nThe API returned {','.join([b.typeforbinmessage.content])} content block type(s) that you'll have to handle separately"
raiseRuntimeError("Expected to have received at least 1 text block")
242
+
raiseRuntimeError(
243
+
f".get_final_text() can only be called when the API returns a `text` content block.\nThe API returned {','.join([b.typeforbinmessage.content])} content block type(s) that you'll have to handle separately"
0 commit comments