IndexError: list index out of range in _throttle_api_calls while using ConversableAgent.initiate_chat #5354
anusonawane
started this conversation in
General
Replies: 1 comment
-
I think we need more context for this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with ConversableAgent in autogen and encountered an IndexError: list index out of range while calling initiate_chat.
test_result = skeleton_validator.initiate_chat(
**_get_init_chat_params(
recipient=skeleton_generator,
prompt=combined_code.strip()
)
)
Beta Was this translation helpful? Give feedback.
All reactions