Hi there,
iam running into the below issue for module 5 for the ‘writer agent’ and the ‘editor agent’. Iam thinking this could be the error when Iam combining the system_msg and user_msg.
Failed test case: writer_agent raised LLMError: An error occurred: Error code: 400 - {‘error’: {‘message’: “Missing required parameter: ‘messages[0].content[0].type’.”, ‘type’: ‘invalid_request_error’, ‘param’: ‘messages[0].content[0].type’, ‘code’: ‘missing_required_parameter’}}. Expected: no exception Got: An error occurred: Error code: 400 - {‘error’: {‘message’: “Missing required parameter: ‘messages[0].content[0].type’.”, ‘type’: ‘invalid_request_error’, ‘param’: ‘messages[0].content[0].type’, ‘code’: ‘missing_required_parameter’}}