We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a38ed commit b474bf1Copy full SHA for b474bf1
tests/test_agents.py
@@ -469,7 +469,7 @@ async def test_input_item_converter_to_input_items_mixed():
469
470
async def test_input_item_converter_user_input_with_tags():
471
class MyThreadItemConverter(ThreadItemConverter):
472
- def tag_to_message_content(self, tag):
+ async def tag_to_message_content(self, tag):
473
return ResponseInputTextParam(
474
type="input_text", text=tag.text + " " + tag.data["key"]
475
)
0 commit comments